MCP Server
Active
MIT
io.github.phuongddx/codeintel MCP Server
io.github.phuongddx/codeintel
What is the io.github.phuongddx/codeintel MCP server?
Local-first SCIP code navigation and Zoekt search over your own indexed repositories
How to install io.github.phuongddx/codeintel
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": {
"codeintel": {
"command": "uvx",
"args": [
"codeintel-navigation-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"codeintel": {
"command": "uvx",
"args": [
"codeintel-navigation-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"codeintel": {
"command": "uvx",
"args": [
"codeintel-navigation-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"codeintel": {
"type": "stdio",
"command": "uvx",
"args": [
"codeintel-navigation-mcp"
]
}
}
}Claude Code
claude mcp add codeintel -- uvx codeintel-navigation-mcpRelated MCP servers
Local-first SCIP code navigation and Zoekt search over your own indexed repositories
0
View repository →Python
MIT