Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/matteodante/claude-local-docs/local-docsgit clone --depth 1 https://github.com/matteodante/claude-local-docsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/matteodante/claude-local-docs/local-docs)<a href="https://agentmods.dev/mcp/matteodante/claude-local-docs/local-docs"><img src="https://agentmods.dev/badge/mcp/matteodante/claude-local-docs/local-docs.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
local-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"local-docs": {
"command": "npx",
"args": [
"-y",
"claude-local-docs@latest"
],
"env": {
"TEI_EMBED_URL": "http://localhost:39281",
"TEI_RERANK_URL": "http://localhost:39282",
"TEI_CODE_EMBED_URL": "http://localhost:39283"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 14 lines scan A 3b24078454ef
local-docs is an MCP server published in the GitHub repository matteodante/claude-local-docs (5 stars, last pushed 6mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
contextweaver
Semantic code retrieval engine with hybrid search, context expansion, and 40+ language support. Runs locally from the @chiway/contextweaver npm package.
octocode
AI-powered code indexer with semantic search and knowledge graphs. Runs locally from the @muvon/octocode npm package.
github-code-rag
MCP server "github-code-rag" as configured in suyu-creator/github-code-rag-mcp. Runs locally from the github-code-rag Python package.
shelfmark-rag
Local hybrid retrieval (BM25 + embeddings + RRF) for agent memory and codebases — one SQLite file, MCP server included. Runs locally from the shelfmark-rag Python package.
codebase-rag-mcp
MCP server "codebase-rag-mcp" as configured in sudoriaa/codebase-rag-mcp. Runs locally from the codebase-rag-mcp npm package.
repo-rag
Local RAG indexer and MCP server for AI coding agents (Claude, GPT, Gemini, Cursor, Factory Droid, and more). Runs locally from the repo-rag Python package.