Kin for Cursor
ai.kinlab/kin
A graph-native code repository for people and AI agents.
client:Cursor
transport:stdio
runtime:npm
Install Kin in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kinlab/kin-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs