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/esherialabs/esheria-python/esheriagit clone --depth 1 https://github.com/esherialabs/esheria-pythonGrade A, and why
esheria 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
{
"esheria": {
"command": "uvx",
"args": [
"esheria"
],
"env": {
"ESHERIA_API_BASE_URL": "https://api.esheria.ai",
"ESHERIA_API_KEY": ""
}
}
}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 · 12 lines scan A 88a8d4d8de3c
esheria is an MCP server published in the GitHub repository esherialabs/esheria-python (0 stars, last pushed 1mo ago), licensed Apache-2.0. 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
taiwan-legal-db
MCP server "taiwan-legal-db" as configured in lawchat-oss/mcp-taiwan-legal-db. Runs mcp_server.server with .venv/bin/python.
open-agreements
Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment) as DOCX files. Runs locally from the @open-agreements/contract-templates-mcp npm package.
clio-mcp
Connect Claude to Clio: 26 tools for matters, contacts, documents, tasks, billing, audit logs. Runs locally from the @oktopeak/clio-mcp npm package. Needs 8 environment variables to run.
legal-it
MCP server "legal-it" as configured in capazme/mcp-legal-it. Launched with bash ${CLAUDE_PLUGIN_ROOT}/start_server.sh.
stemma
MCP server "stemma" as configured in stemma-sh/stemma. Launched with ${CLAUDE_PLUGIN_ROOT}/server/stemma-mcp.
legalize-kr
MCP server "legalize-kr" as configured in legalize-kr/agent-skills. Runs locally from the legalize-cli[mcp] Python package.