Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/neon-solutions/add-mcp/llms.txt

Use this file to discover all available pages before exploring further.

The list-agents command is an informational command that prints a table of every AI coding agent supported by add-mcp. Use it to look up the exact value to pass to -a / --agent, discover available aliases, and check whether an agent supports project-level or global-only configuration.

Usage

npx add-mcp list-agents
This command takes no options and makes no changes to any configuration files.

Supported agents

add-mcp supports 15 agents. The table below lists each agent with its --agent flag value, known aliases, and the config file paths used for project-level and global installation.
Agent--agent valueProject config pathGlobal config path
Antigravityantigravity~/.gemini/antigravity/mcp_config.json
Cline VSCode Extensioncline~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Cline CLIcline-cli~/.cline/data/settings/cline_mcp_settings.json
Claude Codeclaude-code.mcp.json~/.claude.json
Claude Desktopclaude-desktop~/Library/Application Support/Claude/claude_desktop_config.json
Codexcodex.codex/config.toml~/.codex/config.toml
Cursorcursor.cursor/mcp.json~/.cursor/mcp.json
Gemini CLIgemini-cli.gemini/settings.json~/.gemini/settings.json
Goosegoose.goose/config.yaml~/.config/goose/config.yaml
GitHub Copilot CLIgithub-copilot-cli.vscode/mcp.json~/.copilot/mcp-config.json
MCPortermcporterconfig/mcporter.json~/.mcporter/mcporter.json
OpenCodeopencodeopencode.json~/.config/opencode/opencode.json
VS Codevscode.vscode/mcp.json~/Library/Application Support/Code/User/mcp.json
Windsurfwindsurf~/.codeium/windsurf/mcp_config.json
Zedzed.zed/settings.json~/Library/Application Support/Zed/settings.json
A dash () in the project config path column means the agent only supports global installation.

Aliases

Several agents have short aliases you can pass to -a / --agent in place of the canonical name:
AliasResolves to
cline-vscodecline
codeiumwindsurf
cascadewindsurf
geminigemini-cli
github-copilotvscode

Installation scope

Every agent supports global installation. Agents with a project config path (non-dash entries above) also support project-level installation, which is the default when you run add-mcp inside a project directory.
Config files are written inside the current directory (e.g. .cursor/mcp.json). These files can be committed with your project and shared with your team.
npx add-mcp https://mcp.example.com/mcp -a cursor
Agents that show a dash () in the project config path column — such as Cline VSCode Extension, Claude Desktop, and Windsurf — only write to a global config file regardless of whether you pass -g. add-mcp handles this automatically.

Build docs developers (and LLMs) love