Skip to content
Cursor

growmos for Cursor

com.codician/growmos

Living knowledge graph for your repo: query with citations, remember/link facts, fact-check claims.

client:Cursor transport:stdio runtime:pypi

Install growmos in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "growmos": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "growmos"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

growmos in other clients