agentctl

justmatias/agentctl
★ 0 stars Python AI/LLM Updated 3d ago
[WIP] Local-first control center for AI coding agents: unify MCP servers, skills, plugins and memory files, resolve precedence, snapshot to git.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentctl": {
      "command": "uvx",
      "args": [
        "agentctl"
      ]
    }
  }
}

Or install with pip: pip install agentctl

README Excerpt

Local-first control center for AI coding agents: unify MCP servers, skills, plugins and memory files, resolve precedence, snapshot to git. > **Status: early development.** This README describes the tool as specified — > see [docs/SPECS.md](docs/SPECS.md) for the full design and > [docs/ROADMAP.md](docs/ROADMAP.md) for what lands in which phase. Most of what