Mcp Manager — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Manager (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.
Discover, monitor, and manage MCP servers across agentic IDEs.
MCP servers are configured per-IDE in different JSON files with different schemas. If you use Claude Code, Cursor, and Windsurf, your servers are scattered across three configs with no unified view.
mcp-manager gives you one CLI to see, health-check, and manage all of them.
pip install mcp-manager# List all MCP servers across all IDEs
mcp-manager list
# Filter by IDE
mcp-manager list --tool cursor
# Health check all servers
mcp-manager health
# Show server-to-IDE mapping
mcp-manager map
# Export/import configs (portable YAML/JSON)
mcp-manager export servers.yaml
mcp-manager import servers.yaml
# Add/remove servers from the registry
mcp-manager add my-server --command "node server.js"
mcp-manager remove my-server| IDE | Config Path |
|---|---|
| Claude Code | ~/.claude.json |
| Claude Desktop | ~/.config/Claude/claude_desktop_config.json |
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.windsurf/mcp_config.json |
| Project-level | .mcp.json (walks parent dirs) |
Discord — Join the community
Part of the [AreteDriver](https://github.com/AreteDriver) AI tooling ecosystem.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.