MCP Server
io.github.jghiringhelli/codeseeker MCP Server
io.github.jghiringhelli/codeseeker
What is the io.github.jghiringhelli/codeseeker MCP server?
Graph-powered code intelligence with semantic search and knowledge graph for AI assistants
How to install io.github.jghiringhelli/codeseeker
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"codeseeker": {
"command": "npx",
"args": [
"-y",
"codeseeker"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"codeseeker": {
"command": "npx",
"args": [
"-y",
"codeseeker"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"codeseeker": {
"command": "npx",
"args": [
"-y",
"codeseeker"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"codeseeker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codeseeker"
]
}
}
}Claude Code
claude mcp add codeseeker -- npx -y codeseekerRelated MCP servers
Production engineering standards for AI coding assistants. Setup once, remove when done.
View repository →