ckb for Cursor
io.github.simplyliz/ckb
Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture
client:Cursor
transport:stdio
runtime:npm
Install ckb in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ckb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tastehub/ckb"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs