Skip to main content
Developer ToolsPython

mattjegan/swarmia-mcp

Read-only MCP server to help gather metrics from [Swarmia](swarmia.com) for quick reporting.

developer-toolslocal-servicemacoslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/mattjegan/swarmia-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "swarmia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mattjegan/swarmia-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
mattjegan