N
Nakshastramcp Docs
by @vijaytank
High-performance, low-latency MCP server for local code context. Features AST-aware symbol graphs, semantic reranking, and PageRank-scored search for AI agents (Claude, Cursor, and more).
Created 3/10/2026
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/vijaytank/NakshAstraMCP-Docs
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"vijaytank-nakshastramcp-docs": {
"command": "git",
"args": [
"clone",
"https://github.com/vijaytank/NakshAstraMCP-Docs"
]
}
}
}