knowledge-to-action-mcp and repo-graphrag-mcp
Both are MCP servers designed for repository RAG (RepoRAG), differing in their specific methodologies for building a knowledge graph from code and docs: the first focuses on Obsidian GraphRAG and agent-ready context with preview-only planning, while the second leverages LightRAG and Tree-sitter for Q&A and implementation planning.
About knowledge-to-action-mcp
tac0de/knowledge-to-action-mcp
MCP server for Obsidian GraphRAG, agent-ready context, preview-only planning, and safe repo handoffs
Combines graph-aware note retrieval with optional embeddings-based semantic reranking to surface contextual neighbors, then structures results into agent-ready packets containing briefs, risks, and repo file hints. Implements preview-only action planning and bounded workspace inspection (ripgrep, git status) without exposing shell access, integrating via stdio with Claude, VS Code, and Cursor.
About repo-graphrag-mcp
yumeiriowl/repo-graphrag-mcp
An MCP server that uses LightRAG and Tree-sitter to build a repository knowledge graph from code and docs, for Q&A and implementation planning.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work