tokennuke for Cursor
io.github.bigjai/tokennuke
Code indexing MCP: 15 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.
client:Cursor
transport:stdio
runtime:pypi
Install tokennuke in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tokennuke": {
"type": "stdio",
"command": "uvx",
"args": [
"tokennuke"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs