This is an experimental MCP implementation using
- Installing
ast-grepanduv - Installing MCP client, preferably Cursor
- Clone this repo, install via
uv - Configure MCP json
{
"mcpServers": {
"server-name": {
"command": "uv",
"args": ["--directory", "/path/to/repo", "run", "main.py"],
"env": {}
}
}
}- Ask cursor ai to search your codebase!