Kindex for Cursor
io.github.wandercom/kindex
Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.
client:Cursor
transport:stdio
runtime:pypi
Install Kindex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kindex": {
"type": "stdio",
"command": "uvx",
"args": [
"kindex"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs