agentforge-trust-mcp
One MCP connection → 100+ MCP servers, with trust audit, discovery, and execution.
AgentForge gives any agent a single connection that exposes the entire catalog of MCP servers — trust-scored, searchable, and executable. Trust Scores (0–100) are computed across five dimensions: code health, security scan, behavioral audit, community trust, and EU compliance.
v0.3.0 ships 8 tools (4 trust + 4 action) plus a P0 RCE sanitization
layer (input validation, call guards, anomaly detection) with 27/27
tests passing and zero external runtime dependencies.
📖 Full integration guide for external multi-agent systems: See agentforge.community/trust for the full integration guide — OpenClaw, Claude Desktop, Cursor, LangGraph, AutoGen, CrewAI in ~3 minutes.
Installation
npx -y agentforge-trust-mcp@latestClaude Desktop / Cursor / OpenClaw config
{
"mcpServers": {
"agentforge": {
"command": "npx",
"args": ["-y", "agentforge-trust-mcp@latest"],
"env": {
"AGENTFORGE_API_URL": "https://agentforge.community",
"AGENTFORGE_API_KEY": "af_agent_REPLACE_AFTER_REGISTRATION"
}
}
}
}





