Back to MCP Servers
Swarmia
Read-only MCP server to help gather metrics from [Swarmia](swarmia.com) for quick reporting.
developer-tools
By mattjegan
Installation
npx -y swarmia-mcpConfiguration
{
"mcpServers": {
"swarmia-mcp": {
"command": "npx",
"args": ["-y", "swarmia-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes