celmis for Cursor
io.github.constantinemakoid/celmis
Self-hosted code intelligence: cross-repo Q&A, dependency audits and PR review, over MCP
client:Cursor
transport:stdio
runtime:oci
Install celmis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"celmis": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/celmis-labs/celmis-api:v0.1.30"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs