Legion Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Legion Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Knowledge & Code Intelligence MCP Server for Claude.
pip install git+https://github.com/wearethelegion/legion-mcp.git# Required: gRPC server connection
GRPC_SERVER_HOST=localhost
GRPC_SERVER_PORT=50051
# Required: Authentication
[email protected]
MCP_USER_PASSWORD=your_passwordAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"legion": {
"command": "legion-mcp",
"env": {
"GRPC_SERVER_HOST": "localhost",
"GRPC_SERVER_PORT": "50051",
"MCP_USER_EMAIL": "[email protected]",
"MCP_USER_PASSWORD": "your_password"
}
}
}
}queryKnowledge - Search docs with hybrid retrieval (vector + graph + reranking)fastQuery - Fast vector-only searchcreateKnowledge - Store documentation/notessearchByTags - Filter by metadata fieldsfindSimilarCode - Search code by natural language or snippetcreateCode - Index source code filesanalyzeImpact - Analyze blast radius of code changestraceExecutionFlow - Trace function call chainsqueryExpertise - Search guides/tutorialscreateExpertise - Store structured knowledgequeryLessons - Search past resolved issuesrecordLesson - Document resolved bugsgetProjects - List available projectsexploreGraph - Run custom Cypher queries~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.