RAWThink runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from pypi. Last commit 31 Jul 2026.
Persistent memory for AI thinking partnerships: hybrid search and a temporal knowledge graph.
Today is the operative word: we check RAWThink every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add rawthink-mcp -- uvx rawthink-mcp
{
"mcpServers": {
"rawthink-mcp": {
"args": [
"rawthink-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.rawthink-mcp]
command = "uvx"
args = ["rawthink-mcp"]
{
"mcpServers": {
"rawthink-mcp": {
"args": [
"rawthink-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"rawthink-mcp": {
"args": [
"rawthink-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
RAWTHINK_VAULT (Path to the vault directory holding sessions, qnotes and the knowledge graph.), MEMORY_FILE_PATH (Path to memory.jsonl. Defaults to <vault>/memory.jsonl.), QDRANT_URL (Qdrant server URL.), QDRANT_PATH (Set to a directory to run Qdrant embedded instead of via Docker.), OLLAMA_URL (Ollama server URL. Without it, retrieval degrades to sparse-only.), OLLAMA_MODEL (Embedding model. Changing it requires a full reindex.), RAWTHINK_TOOL_PROFILE (Which tools to expose: recall (4, read-only), record (5, the write path), or full (17).), RAWTHINK_BM25_STATE (Path to the BM25 state file. Defaults to <vault>/.bm25_state.json.), RAWTHINK_LOG_LEVEL (Log level for diagnostics on stderr.).
The author declared them in the registry entry; get the values from the project itself.
Persistent memory for AI tools. Local-first knowledge graph with hybrid search.
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.
Persistent memory for AI assistants with semantic search and knowledge graph relationships.
Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search.
Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search.
Persistent memory for AI agents. 36+ MCP tools: encryption, decay, hybrid search, knowledge graph.
Answers built from our own checks of this server.