agentinator

ESS-ROOT-DIR/agentinator
★ 0 stars Python AI/LLM Updated today
Local-first Agentinator MCP server for repo-scoped development workflows
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": {
    "agentinator": {
      "command": "uvx",
      "args": [
        "agentinator"
      ]
    }
  }
}

Or install with pip: pip install agentinator

README Excerpt

Agentinator is a local-first, escalation-aware MCP server for repo-scoped development work. It is designed for users who want a coding assistant that can: - inspect a repository - scaffold and run tests - inspect or propose documentation - apply safe repo-local patches - consult a local Ollama model before escalating to cloud planning