agentx

can1357/agentx
★ 9 stars Rust 📊 Data/Analytics Updated 22d ago
AI-native issue tracker with MCP server, TUI dashboard, and velocity metrics
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentx": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "agentx"
      ]
    }
  }
}