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/takara-ai/miru-code/mirugit clone --depth 1 https://github.com/takara-ai/miru-codeGrade A, and why
miru 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 yesterday.
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
{
"miru": {
"type": "stdio",
"command": "bun",
"args": [
"x",
"@takara-ai/miru-code@latest"
]
}
}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.
- yesterday First seen · 10 lines scan A 266d783b377b
miru is an MCP server published in the GitHub repository takara-ai/miru-code (10 stars, last pushed 11d 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
fast-mcp-telegram
Multi-tenant Telegram gateway for AI agents — HTTP+stdio transport, 8 agent-optimized tools, MTProto User API. Runs locally from the fast-mcp-telegram Python package. Needs 4 environment variables to run.
code-context
Local code search for AI coding agents: a CLI and MCP server with hybrid keyword + semantic search and SQL relevance-ranked aggregation over an index that lives in plain files. No accounts, no keys, no server. Runs locally from the @infino-ai/code-context npm package.
idencify
Whole-repo code graph for AI agents: impact analysis, dead code, cycles, semantic search — 14 tools. Remote server at mcp.idencify.com.
slack-wxo-mcp-gateway
Lifts WxO Slack limits: every-message wake-up, multi-channel MCP. https://markusvankempen.github.io/. Runs locally from the @markusvankempen/slack-wxo-mcp-gateway npm package. Needs 6 environment variables to run.
fossick
MCP server — search code, find libraries, and evaluate dependencies across all of GitHub, PyPI, and npm. Runs locally from the fossick-mcp Python package.
docs-langchain
MCP server "docs-langchain", hosted remotely at docs.langchain.com, as configured in langchain-ai/langchain.