karst for Cursor
io.github.moin105/karst
Code context for AI dev tools: pack-scoped, cited code retrieval over MCP.
client:Cursor
transport:stdio
runtime:pypi
Install karst in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"karst": {
"type": "stdio",
"command": "uvx",
"args": [
"karst"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs