Skip to content
Cursor

RAWThink for Cursor

io.github.ygtalp/rawthink-mcp

Persistent memory for AI thinking partnerships: hybrid search and a temporal knowledge graph.

client:Cursor transport:stdio runtime:pypi

Install RAWThink 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": {
    "rawthink-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rawthink-mcp"
      ],
      "env": {
        "RAWTHINK_VAULT": "<RAWTHINK_VAULT>",
        "MEMORY_FILE_PATH": "<MEMORY_FILE_PATH>",
        "QDRANT_URL": "<QDRANT_URL>",
        "QDRANT_PATH": "<QDRANT_PATH>",
        "OLLAMA_URL": "<OLLAMA_URL>",
        "OLLAMA_MODEL": "<OLLAMA_MODEL>",
        "RAWTHINK_TOOL_PROFILE": "<RAWTHINK_TOOL_PROFILE>",
        "RAWTHINK_BM25_STATE": "<RAWTHINK_BM25_STATE>",
        "RAWTHINK_LOG_LEVEL": "<RAWTHINK_LOG_LEVEL>"
      }
    }
  }
}

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

RAWThink in other clients