Skip to content
Cline

memograph for Cline

io.github.indhar01/memograph

Graph-based memory system for LLMs with knowledge graphs and semantic search.

client:Cline transport:stdio runtime:pypi

Install memograph in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "memograph": {
      "command": "uvx",
      "args": [
        "memograph"
      ],
      "env": {
        "MEMOGRAPH_VAULT": "<MEMOGRAPH_VAULT>",
        "MEMOGRAPH_READONLY": "<MEMOGRAPH_READONLY>",
        "MEMOGRAPH_PROVIDER": "<MEMOGRAPH_PROVIDER>",
        "MEMOGRAPH_MODEL": "<MEMOGRAPH_MODEL>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "OLLAMA_HOST": "<OLLAMA_HOST>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

memograph in other clients