loading…
Search for a command to run...
loading…
An MCP server that enables LLMs to pull-based search through Clawket's RAG repository for exploratory and conditional queries. It provides read-only access to s
An MCP server that enables LLMs to pull-based search through Clawket's RAG repository for exploratory and conditional queries. It provides read-only access to search artifacts, tasks, and decisions via HTTP API.
Deprecated. This Node stdio MCP server has been superseded by the embedded
clawket mcpsubcommand inside the @clawket/cli Rust binary (rmcp1.5).
clawket mcp (a subcommand of the @clawket/cli Rust binary) — a stdio MCP server built with rmcp 1.5 and embedded in the same binary as the CLI. It is registered automatically by the Clawket plugin's .mcp.json and launched via scripts/mcp-launch.cjs, which runs the install gate before exec'ing into clawket mcp.
The replacement exposes the same five read-only RAG tools, all enforcing the scope=rag boundary:
| Tool | Purpose |
|---|---|
clawket_search_artifacts |
Hybrid search over scope=rag artifacts (FTS5 + KNN over sqlite-vec) |
clawket_search_tasks |
Hybrid search over tasks |
clawket_find_similar_tasks |
KNN neighbors of a seed task; extracts decisions/issues from comments |
clawket_get_task_context |
Task + related artifacts / relations / comments / activity history |
clawket_get_recent_decisions |
type=decision, scope=rag artifacts in reverse chronological order |
If you were depending on @clawket/mcp from npm directly, switch to invoking clawket mcp (stdio) from the clawket binary on PATH. Tool names and response shapes are stable.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"clawket-mcp": {
"command": "npx",
"args": []
}
}
}