Gemini Superclaude

v1.0.0Coding Agentsstable

A **complete rewrite** of the original SuperClaude MCP server with intelligent command routing, dynamic persona switching, and real MCP server orchestration for Gemini CLI.Th

claude-codegeminigemini-climcp-serversuperclaude
Share:
40
Stars
0
Downloads
0
Weekly
0/5

What is Gemini Superclaude?

Gemini Superclaude is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to **complete rewrite** of the original superclaude mcp server with intelligent command routing, dynamic persona switching, and real mcp server orchestration for gemini cli.th

A **complete rewrite** of the original SuperClaude MCP server with intelligent command routing, dynamic persona switching, and real MCP server orchestration for Gemini CLI.Th

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A **complete rewrite** of the original SuperClaude MCP serve

Use Cases

Route commands intelligently across multiple MCP servers with dynamic persona switching. Orchestrate real-time tool execution for Gemini CLI integration.
Dianel555

Maintainer

LicenseNOASSERTION
Languagejavascript
Versionv1.0.0
UpdatedApr 15, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx gemini-superclaude

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Gemini Superclaude

Gemini SuperClaude MCP Server is a complete rewrite of the SuperClaude framework (v4.0.9) adapted as an MCP server for Gemini CLI, providing 22 specialized /sc: commands, 14 domain-expert agents, and orchestration across 6 integrated MCP servers (Sequential, Context7, Magic, Playwright, Morphllm, and Serena). It adds intelligent command routing, dynamic agent selection based on context, a business analysis panel with 9 thought-leader frameworks, and cross-session memory via the Serena MCP. Developers using Gemini CLI use it to access structured, expert-driven coding, analysis, documentation, and orchestration workflows through a unified command namespace.

Prerequisites

  • Node.js 18.0.0 or higher installed
  • Gemini CLI installed and configured (see https://github.com/google-gemini/gemini-cli)
  • npm or npx available
  • Optionally: Claude Code installed (for CLAUDE_CONFIG_DIR integration)
  • An MCP-compatible client — the server is designed for Gemini CLI's settings.json
1

Install the package globally via npm

Install gemini-superclaude-mcp-server globally so it is available as a command.

npm install -g gemini-superclaude-mcp-server
2

Install TOML commands into Gemini CLI

Run the install-commands script to register all 22 /sc: commands as Gemini CLI shortcuts. Run this from the global npm installation directory for the package.

# Find the global npm prefix:
npm root -g
# Then navigate to the package and run:
npm run install-commands
3

Configure Gemini CLI to use the MCP server

Add the server to your Gemini CLI settings at ~/.gemini/settings.json. Set CLAUDE_CONFIG_DIR if you want integration with your Claude Code configuration.

{
  "mcpServers": {
    "superclaude": {
      "command": "npx",
      "args": ["-y", "gemini-superclaude-mcp-server"],
      "env": {
        "CLAUDE_CONFIG_DIR": "${HOME}/.claude"
      }
    }
  }
}
4

Validate the installation

Run the built-in validation and test scripts to confirm the server is working correctly.

npm run validate
npm test
5

Use /sc: commands in Gemini CLI

Once installed and configured, all 22 SuperClaude commands are available as /sc: shortcuts in Gemini CLI. The server routes each command to the appropriate agent and MCP servers automatically.

# Example commands in Gemini CLI:
/sc:analyze --security --deep
/sc:build ecommerce --framework nextjs --magic
/sc:business-panel strategy.md --experts porter,taleb --mode debate

Gemini Superclaude Examples

Client configuration

Gemini CLI ~/.gemini/settings.json configuration for the gemini-superclaude-mcp-server using npx.

{
  "mcpServers": {
    "superclaude": {
      "command": "npx",
      "args": ["-y", "gemini-superclaude-mcp-server"],
      "env": {
        "CLAUDE_CONFIG_DIR": "${HOME}/.claude"
      }
    }
  }
}

Prompts to try

These /sc: commands work in Gemini CLI after installing TOML commands. Each routes to the appropriate domain-expert agent.

- "/sc:analyze --security --deep" (routes to security-engineer agent)
- "/sc:build ecommerce --framework nextjs --magic" (routes to frontend-architect + Magic MCP)
- "/sc:troubleshoot --investigate" (routes to root-cause-analyst agent)
- "/sc:business-panel strategy.md --experts porter,christensen" (9-expert business analysis)
- "/sc:document --api --readme" (routes to technical-writer agent)
- "/sc:test --coverage --e2e" (routes to quality-engineer + Playwright MCP)
- "/sc:save" (persists session memory via Serena MCP for cross-session continuity)

Troubleshooting Gemini Superclaude

/sc: commands not recognized in Gemini CLI after installation

Run `npm run install-commands` from inside the globally installed package directory (find it with `npm root -g`). The TOML command files must be copied to Gemini CLI's command directory. Restart Gemini CLI after running the install script.

MCP server fails to start with Node version error

The package requires Node.js 18.0.0 or higher. Check your version with `node --version` and upgrade if needed using nvm: `nvm install 18 && nvm use 18`.

Integrated MCP servers (Context7, Magic, Playwright, etc.) are not working

The 6 integrated MCP servers (Sequential, Context7, Magic, Playwright, Morphllm, Serena) must be independently installed and registered in your Gemini CLI or MCP client config. Gemini SuperClaude orchestrates them but does not install them. Install each separately following their own documentation and add them to your settings.json.

Frequently Asked Questions about Gemini Superclaude

What is Gemini Superclaude?

Gemini Superclaude is a Model Context Protocol (MCP) server that **complete rewrite** of the original superclaude mcp server with intelligent command routing, dynamic persona switching, and real mcp server orchestration for gemini cli.th It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Gemini Superclaude?

Follow the installation instructions on the Gemini Superclaude GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Gemini Superclaude?

Gemini Superclaude works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Gemini Superclaude free to use?

Yes, Gemini Superclaude is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "gemini-superclaude": { "command": "npx", "args": ["-y", "gemini-superclaude"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Gemini Superclaude?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides