fleet-mcp

moijafcor/fleet-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Opinionated MCP server that gives every AI agent session intimate knowledge of your entire app fleet — topology, contracts, cross-cutting concerns, and landmines — regardless of which codebase it's working in.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fleet-mcp": {
      "command": "uvx",
      "args": [
        "fleet-mcp"
      ]
    }
  }
}

Or install with pip: pip install fleet-mcp

README Excerpt

AI coding agents are stateless and repo-scoped. Your fleet isn't. `fleet-mcp` is an opinionated MCP server that maintains a living Knowledge Graph of your multi-app SaaS architecture — modelling the relationships between services, the contracts at their boundaries, the shared concerns that cross them, and the things that silently break other apps when touched naively. Wire it once; every agent session across every codebase in your fleet inherits full situational awareness.