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/copyleftdev/kahea/kahea-kaheagit clone --depth 1 https://github.com/copyleftdev/kaheaGrade A, and why
kahea 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 2d 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
{
"kahea": {
"command": "kahea",
"args": [
"mcp",
"serve",
"--stdio"
]
}
}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.
- 2d ago First seen · 10 lines scan A 3bc7d9e58ffe
kahea is an MCP server published in the GitHub repository copyleftdev/kahea (2 stars, last pushed 5d 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
mcp-api-pentest
MCP server for autonomous API logic penetration testing — OWASP API Top 10 / BOLA-IDOR detection via LLM-driven analysis. Runs locally from the mcp-api-pentest Python package.
simuloom-mcp
Contract-driven service virtualization and synthetic test-data control plane exposed through REST and MCP. Runs locally from the simuloom-mcp Python package.
api-testing-mcp
MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections. Runs locally from the @cocaxcode/api-testing-mcp npm package.
bruno-mcp-server
MCP server for Bruno CLI integration - Execute API tests through Model Context Protocol. Runs locally from the bruno-mcp-server npm package.
gorgon-scout
MCP server "gorgon-scout" as configured in Gorgon-Cyber/gorgon-scout-mcp. Launched with https://github.com/Gorgon-Cyber/gorgon-scout-mcp/releases/download/v1.0.38/gorgo.
lunge
Agent-native API client: execute/test REST/GraphQL/WS/SSE with assertions, extraction, collections. Runs locally from the lunge-mcp npm package.