perf: local members wastefully load fleet-mcp on startup
Apra Fleet is an open-source MCP server
Brought to you by:
apralabs
Originally created by: kumaakh
Local fleet members (e.g. odm-dev, fleet-dev) currently load the fleet MCP server as part of their Claude Code configuration. For members that are consumers of fleet work (doers/reviewers), fleet-mcp is unnecessary — it is the PM's tool, not the member's. Loading it wastes startup time and memory on every invocation.
--bare flag — launch Claude Code without loading any MCP servers; member only gets the tools it needs for its rolesettings.local.json disabledMcpServers or equivalent)~/.claude/settings.json (user-level) into a PM-only profile or project-level config, so it only loads when the PM is runningLow — correctness issue, not a blocker. Worth fixing to reduce overhead on busy local machines running multiple members simultaneously.
Ticket changed by: kumaakh