ai-mldeveloper-tools

SuperAgent

by superclaude-org

SuperAgent is artificial intelligence development software that orchestrates AI agents for efficient, parallel software

Orchestrates Codex and Gemini CLI agents with parallel execution across multiple working directories, enabling delegation of complex tasks to 16 specialized programming personas including backend architects, security engineers, and Python experts for simultaneous multi-project development workflows.

github stars

13

16 specialized programming personasParallel execution across projectsWorks with multiple AI providers

best for

  • / Multi-project development workflows
  • / Complex software architecture tasks
  • / Parallel code analysis and generation
  • / Team development with specialized AI roles

capabilities

  • / Run multiple AI coding agents concurrently
  • / Execute tasks across different project directories
  • / Delegate to specialized programming personas
  • / List available specialized agents
  • / Manage parallel task execution with timeouts

what it does

Orchestrates multiple AI coding agents (Codex, Gemini, Continue) in parallel across different project directories with 16 specialized programming personas like backend architects and security engineers.

about

SuperAgent is a community-built MCP server published by superclaude-org that provides AI assistants with tools and capabilities via the Model Context Protocol. SuperAgent is artificial intelligence development software that orchestrates AI agents for efficient, parallel software It is categorized under ai ml, developer tools. This server exposes 4 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install SuperAgent in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

MIT

SuperAgent is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

SuperAgent MCP

SuperAgent is a Model Context Protocol (MCP) server that bridges MCP-compatible clients with the Codex, Gemini, and Continue CLI agents. It lets you fan out multiple CLI tasks in parallel, reuse curated system prompts, and surface results back to your client in a single, structured response.

Key Features

  • Unified agent runner: expose the Codex, Gemini, and Continue CLIs as MCP tools without additional wrappers.
  • Parallel execution: run multiple prompts concurrently with per-task timeouts and basic result formatting.
  • Agent library sync: ship ready-made system prompts that install into ~/.superagent/agents and can be extended locally.
  • Tool discovery: query the bundled list-agents tool to see which specialized agents are available at runtime.

Installation

npm install @superclaude-org/superagent

The postinstall script seeds any missing agent definition files under ~/.superagent/agents so they are immediately

Once connected, the client will discover these tools:

ToolPurposeNotable arguments
codexRun one or many Codex CLI tasks in parallel.inputs[] (prompt list), concurrency, workingDirectory, agent, extraArgs, timeoutMs
geminiRun Gemini CLI tasks with auto-approval enabled.inputs[], concurrency, workingDirectory, agent, timeoutMs
continueRun Continue CLI tasks with headless mode. Requires CONTINUE_CONFIG_PATH environment variable.inputs[], concurrency, workingDirectory, agent, timeoutMs
list-agentsList the specialized agents available to all tools.(none)

Invoking a tool

{
  "tool": "codex",
  "arguments": {
    "concurrency": 2,
    "inputs": [
      { "prompt": "Run unit tests", "workingDirectory": "/path/to/app" },
      { "prompt": "Summarize latest git changes", "agent": "technical-writer" }
    ]
  }
}

Agent Management

  • Agent definitions are Markdown files with frontmatter. You can edit or add new files in ~/.superagent/agents.
  • The list-agents tool shows each agent's name and description so you can supply the agent field when invoking codex, gemini, or continue.
  • Files shipped with the package are copied only if they do not already exist, preserving local customizations.

Continue Configuration

To use the continue tool, set the CONTINUE_CONFIG_PATH environment variable to point to your Continue config file:

export CONTINUE_CONFIG_PATH="/path/to/.continue/config.yaml"

This can be set in your MCP client configuration's env section.

Development

npm install
npm run build
npm start   # runs the compiled server
npm run dev # runs the TypeScript entrypoint with ts-node

Requires Node.js 18 or newer.

FAQ

What is the SuperAgent MCP server?
SuperAgent is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for SuperAgent?
This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
MCP server reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    SuperAgent is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Piyush G· Sep 9, 2024

    We evaluated SuperAgent against two servers with overlapping tools; this profile had the clearer scope statement.

  • Chaitanya Patil· Aug 8, 2024

    Useful MCP listing: SuperAgent is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Sakshi Patil· Jul 7, 2024

    SuperAgent reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Ganesh Mohane· Jun 6, 2024

    I recommend SuperAgent for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Oshnikdeep· May 5, 2024

    Strong directory entry: SuperAgent surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Dhruvi Jain· Apr 4, 2024

    SuperAgent has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.

  • Rahul Santra· Mar 3, 2024

    According to our notes, SuperAgent benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Pratham Ware· Feb 2, 2024

    We wired SuperAgent into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Yash Thakker· Jan 1, 2024

    SuperAgent is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.