Trackly CLI
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
io.github.ygtalp/rawthink-mcp · v2.0.1
Persistent memory for AI thinking partnerships: hybrid search and a temporal knowledge graph.
RAWThink 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"rawthink-mcp": {
"command": "uvx",
"args": [
"rawthink-mcp"
]
}
}
}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.
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
v0.3.0
io.github.theoddden/stamp
NTP time plus clock-drift history: stable vs. accelerating offsets.
v0.1.13
io.github.Servosity/ninjaone-mcp
Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can
v0.81.0
io.github.ArtJack/verdict
Read-only MCP server over Verdict QA state: verdicts, findings, flaky quarantine, history.
v0.3.3
io.github.toki0413/saturday-materials
Materials computing tools for AI agents: structures, engines, phonons, EOS, NEB, sampling, lineage.
v2.1.0
com.notepom/notepom
Persistent workspace and visual memory for humans and autonomous agents.
{
"id": "io.github.ygtalp/rawthink-mcp",
"type": "mcp-server",
"version": "2.0.1",
"displayName": "RAWThink",
"description": "Persistent memory for AI thinking partnerships: hybrid search and a temporal knowledge graph.",
"repository": {
"url": "https://github.com/ygtalp/rawthink-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "rawthink-mcp",
"version": "2.0.1",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "RAWTHINK_VAULT",
"description": "Path to the vault directory holding sessions, qnotes and the knowledge graph."
},
{
"name": "MEMORY_FILE_PATH",
"description": "Path to memory.jsonl. Defaults to <vault>/memory.jsonl."
},
{
"name": "QDRANT_URL",
"description": "Qdrant server URL."
},
{
"name": "QDRANT_PATH",
"description": "Set to a directory to run Qdrant embedded instead of via Docker."
},
{
"name": "OLLAMA_URL",
"description": "Ollama server URL. Without it, retrieval degrades to sparse-only."
},
{
"name": "OLLAMA_MODEL",
"description": "Embedding model. Changing it requires a full reindex."
},
{
"name": "RAWTHINK_TOOL_PROFILE",
"description": "Which tools to expose: recall (4, read-only), record (5, the write path), or full (17)."
},
{
"name": "RAWTHINK_BM25_STATE",
"description": "Path to the BM25 state file. Defaults to <vault>/.bm25_state.json."
},
{
"name": "RAWTHINK_LOG_LEVEL",
"description": "Log level for diagnostics on stderr."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.ygtalp/rawthink-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ygtalp%2Frawthink-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}