F
Fast Codeindex MCP
by @WeiMeng101
Ultra-fast, multi-threaded code indexing for large projects. Powerful semantic search: find code, classes, methods, and comments with natural language. Scalable architecture for high concurrency demands. Easy integration with mainstream development environments via a standard API.
Created 10/26/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx fast-codeindex-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"weimeng101-fast-codeindex-mcp": {
"command": "uvx",
"args": [
"fast-codeindex-mcp"
]
}
}
}