mcp-pangolin

FGRibreau/mcp-pangolin
★ 4 stars Rust 🤖 AI/LLM Updated 1d ago
MCP server that exposes all Pangolin API endpoints as tools (with a READ_ONLY mode 😮‍💨), enabling AI assistants to manage your Pangolin infrastructure including organizations, sites, resources, roles, users, and more
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-pangolin": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-pangolin"
      ]
    }
  }
}