mattjegan/swarmia-mcp
A read-only local MCP server for to interact with swarmia.com
Platform-specific configuration:
{
"mcpServers": {
"swarmia-mcp": {
"command": "npx",
"args": [
"-y",
"swarmia-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that provides access to Swarmia's Export API. This server allows you to fetch various metrics and reports from Swarmia including pull request metrics, DORA metrics, investment balance reports, software capitalization reports, and effort reporting.
This MCP server provides access to the following Swarmia Export API endpoints:
To use this MCP server with your favourite MCP client (E.g. Claude, Cursor etc.):
make install {
"mcpServers": {
"swarmia": {
"command": "/path/to/swarmia-mcp/venv/bin/python3",
"args": ["/path/to/swarmia-mcp/swarmia_mcp_server.py"],
"env": {
"SWARMIA_API_TOKEN": "your_api_token_here"
}
}
}
}Example queries:
Loading reviews...