Knowledge To Action
Freeby MCP Community
MCP server for Obsidian GraphRAG, agent-ready context, preview-only planning, and safe repo handoffs
v2.1.1Added Apr 12, 2026
mcpmcp-servermodel-context-protocolobsidiangraph-rag
Knowledge To Action MCP Server
MCP server for Obsidian GraphRAG, agent-ready context, preview-only planning, and safe repo handoffs
Installation
npx -y @tac0de/knowledge-to-action-mcp
Reviews
Installation
Quick install
npx -y @tac0de/knowledge-to-action-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"knowledge-to-action": {
"command": "npx",
"args": ["-y", "@tac0de/knowledge-to-action-mcp"]
}
}
}