Skip to content
Cursor

Andish for Cursor

ru.andish/andish-mcp

Knowledge-graph memory for your team's documents. Answers cite the source, not a summary.

client:Cursor transport:stdio runtime:pypi

Install Andish in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "andish-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "andish-mcp"
      ],
      "env": {
        "ANDISH_API_KEY": "<ANDISH_API_KEY>",
        "ANDISH_BASE_URL": "<ANDISH_BASE_URL>"
      }
    }
  }
}

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

Andish in other clients