AgentDeck

ameratom/AgentDeck
★ 0 stars Rust AI/LLM Updated 2d ago
macOS-first local control plane for AI agents, LLM providers, MCP servers, and handoffs.
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": {
    "agentdeck": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "AgentDeck"
      ]
    }
  }
}

README Excerpt

macOS-first local control plane for AI agents, LLM providers, MCP servers, plugins, skills, and handoffs. - Environment discovery and orbital graph - Multi-provider streaming chat (LM Studio, xAI/Grok, Anthropic, Codex, Claude Code) - Handoff router with approval gate - MCP hub (stdio + HTTP on `localhost:7823`)