{"id":37529665,"url":"https://github.com/agentsdance/agentx","last_synced_at":"2026-01-16T08:30:10.251Z","repository":{"id":331567060,"uuid":"1131174051","full_name":"agentsdance/agentx","owner":"agentsdance","description":"AgentX - Agent Extension: MCP Servers, Agent Skills and Plugins Manager","archived":false,"fork":false,"pushed_at":"2026-01-10T16:17:18.000Z","size":12471,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-11T01:24:28.214Z","etag":null,"topics":["agent","code-agent","mcp","plugin","skills"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentsdance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-09T15:33:11.000Z","updated_at":"2026-01-10T16:16:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agentsdance/agentx","commit_stats":null,"previous_names":["agentsdance/agentx"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/agentsdance/agentx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsdance%2Fagentx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsdance%2Fagentx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsdance%2Fagentx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsdance%2Fagentx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentsdance","download_url":"https://codeload.github.com/agentsdance/agentx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsdance%2Fagentx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","code-agent","mcp","plugin","skills"],"created_at":"2026-01-16T08:30:10.130Z","updated_at":"2026-01-16T08:30:10.235Z","avatar_url":"https://github.com/agentsdance.png","language":"Go","readme":"# AgentX\n\nAgentX stands for Agent eXtension: A unified CLI tool for managing **MCP (Model Context Protocol) Servers** and **Skills** across multiple AI coding agents.\n\n## Overview\n\nAgentX simplifies the installation, management, and monitoring of MCP servers and skills across popular AI coding tools:\n\n- **Claude Code**\n- **Cursor**\n- **Gemini CLI**\n- **OpenCode**\n\nIt provides both a command-line interface and an interactive terminal UI (TUI) for seamless configuration management.\n\n## Features\n\n### MCP Server Management\n- Install/remove MCP servers across multiple agents\n- Check installation status\n- Bulk installation to all supported agents\n- Supported MCP servers:\n  - **Playwright** - Browser automation capabilities\n  - **Context7** - Library documentation access\n\n### Claude Code Skills Management\n- Install skills from local paths or Git repositories\n- Support for skill directories (with `SKILL.md`) and command files (`.md`)\n- Install from GitHub URLs with tree fragments\n- Personal and project scope management\n- Skills health checking and validation\n\n### Interactive TUI\n- Three main tabs: MCP Servers, Skills, Code Agents\n- Visual status matrix showing MCP installations across agents\n- Keyboard shortcuts for quick navigation\n- Real-time status updates\n\n## Installation\n\n### Homebrew (macOS/Linux)\n\n```bash\n# Add the tap (points to this repo)\nbrew tap agentsdance/agentx https://github.com/agentsdance/agentx.git\n\n# Install agentx\nbrew install agentx\n```\n\n### Download Binary\n\nDownload the latest release from [GitHub Releases](https://github.com/agentsdance/agentx/releases).\n\n### Build from Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/agentsdance/agentx.git\ncd agentx\n\n# Build\nmake build\n\n# Install to /usr/local/bin (customize with PREFIX env var)\nmake install\n```\n\n### Prerequisites\n\n- **Go 1.25+** for building\n- **Node.js with npm** for MCP server execution (via npx)\n- **Git** for cloning skill repositories\n\n## Usage\n\n### Interactive Mode\n\nLaunch the interactive TUI:\n\n```bash\nagentx\n```\n\nUse keyboard shortcuts to navigate:\n- `Tab` / `Shift+Tab` - Switch between tabs\n- `↑` / `↓` - Navigate items\n- `Enter` - Select/toggle\n- `q` / `Ctrl+C` - Quit\n\n### CLI Commands\n\n![](./tui1.png)\n\n![](./tui2.png)\n\n### Command Aliases\n\nThe tool responds to: `agentx`, `agents`, or `ax`\n\n## Configuration\n\n### Agent Configuration Locations\n\n| Agent | Config Path |\n|-------|-------------|\n| Claude Code | `~/.claude.json` |\n| Cursor | `~/.cursor/mcp.json` |\n| Gemini CLI | `~/.gemini/settings.json` |\n| OpenCode | `~/.opencode/config.json` |\n\n### Skills Storage\n\n| Scope | Skills Directory | Commands Directory |\n|-------|------------------|-------------------|\n| Personal | `~/.claude/skills/` | `~/.claude/commands/` |\n| Project | `.claude/skills/` | `.claude/commands/` |\n\n## Project Structure\n\n```\nagentx/\n├── cmd/                    # CLI commands\n├── internal/\n│   ├── agent/             # Agent implementations (Claude, Cursor, Gemini, OpenCode)\n│   ├── config/            # Configuration management\n│   ├── skills/            # Skills management\n│   ├── mcp/               # MCP-specific logic\n│   └── version/           # Version information\n├── ui/\n│   ├── components/        # Reusable UI components\n│   ├── views/             # Tab views (MCP, Skills, Agents)\n│   └── theme/             # Styling\n├── main.go                # Entry point\n├── Makefile               # Build targets\n└── go.mod                 # Go module definition\n```\n\n## Available Skills\n\nAgentX comes with pre-configured skills:\n\n| Skill | Description |\n|-------|-------------|\n| `frontend-design` | Production-grade UI design |\n| `mcp-builder` | Build MCP servers |\n| `pdf` | PDF document handling |\n| `docx` | Word document handling |\n| `xlsx` | Excel document handling |\n| `pptx` | PowerPoint document handling |\n\n## License\n\nApache 2.0 - See [LICENSE](LICENSE) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentsdance%2Fagentx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentsdance%2Fagentx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentsdance%2Fagentx/lists"}