
Gemini SuperClaude
STDIOEnhanced MCP server with intelligent routing, dynamic personas, and SuperClaude Framework integration for Gemini CLI
Enhanced MCP server with intelligent routing, dynamic personas, and SuperClaude Framework integration for Gemini CLI
A fully upgraded MCP server providing SuperClaude Framework v4.0.9 compatibility for Gemini CLI. Features enhanced command routing with 22 specialized /sc:
commands (including new business-panel), 14 domain-expert agents, and 6 integrated MCP servers plus full Gemini CLI integration via TOML commands.
/sc:command
in Gemini CLI via TOML configurationnpm run install-commands
for seamless Gemini CLI integration/sc:
namespace with business panel added.sc:load
and sc:save
commands powered by the Serena MCP for session memory.# Install globally npm install -g gemini-superclaude-mcp-server # TOML Command Configuration npm run install-commands # Locate the gemini-superclaude-mcp-server/ directory in the global npm installation folder and run the command there (or, if configuring via npx only, you can directly copy the toml file to the corresponding directory) # Configure Gemini CLI (~/.gemini/settings.json) { "mcpServers": { "superclaude": { "command": "npx", "args": ["-y", "gemini-superclaude-mcp-server"], "env": { "CLAUDE_CONFIG_DIR": "${HOME}/.claude" } } } }
# Clone and setup git clone https://github.com/Dianel555/gemini-superclaude-mcp-server.git cd gemini-superclaude-mcp-server npm install # Make script executable chmod +x superclaude-server.js # Configure Gemini CLI (~/.gemini/settings.json) { "mcpServers": { "superclaude": { "command": "node", "args": ["/full/path/to/superclaude-server.js"], "env": { "CLAUDE_CONFIG_DIR": "${HOME}/.claude" } } } } # Validate and test npm run validate npm test
14 Specialized Agents provide domain expertise for any task:
Agent | Focus | Thinking Mode | Auto-Triggers | Specialization |
---|---|---|---|---|
system-architect | System design | Systematic | architecture, design, scalability | sc:build, sc:analyze |
frontend-architect | User experience | User-centric | ui, component, responsive | sc:build, sc:implement |
backend-architect | Data integrity | Data-driven | api, database, service | sc:implement, sc:troubleshoot |
devops-architect | Automation & CI/CD | Automation-focused | deploy, infrastructure, ci/cd | sc:workflow, sc:git |
security-engineer | Threat modeling | Threat-focused | security, vulnerability, auth | sc:analyze, sc:improve |
performance-engineer | Optimization | Measurement-driven | optimize, performance, bottleneck | sc:analyze, sc:improve |
quality-engineer | Testing strategy | Systematic-validation | test, quality, validation | sc:test, sc:troubleshoot |
refactoring-expert | Code quality | Simplification-focused | refactor, cleanup, debt | sc:improve, sc:cleanup |
root-cause-analyst | Problem investigation | Investigative | debug, investigate, analyze | sc:analyze, sc:troubleshoot |
requirements-analyst | Requirements discovery | Discovery-focused | requirements, scope, planning | sc:brainstorm, sc:estimate |
python-expert | Python architecture | Pythonic-focused | python, django, flask | sc:implement, sc:improve |
socratic-mentor | Knowledge transfer | Educational | learn, explain, understand | sc:explain, sc:document |
learning-guide | Concept simplification | Pedagogical | tutorial, beginner, example | sc:explain, sc:document |
technical-writer | Documentation | Communication-focused | document, readme, guide | sc:document, sc:save |
22 Core Commands with /sc:
namespace for SuperClaude Framework v4.0.9 compliance:
sc:build
, sc:implement
, sc:workflow
, sc:design
sc:analyze
, sc:brainstorm
, sc:troubleshoot
, sc:business-panel
, sc:estimate
sc:improve
, sc:test
, sc:cleanup
, sc:git
sc:explain
, sc:document
sc:task
, sc:spawn
, sc:load
, sc:save
, sc:reflect
sc:index
, sc:select-tool
Install SuperClaude commands directly in Gemini CLI:
# Install all 22 commands as /sc: shortcuts npm run install-commands # Use in Gemini CLI /sc:analyze --security --deep /sc:business-panel strategy.md --experts porter,taleb --mode debate /sc:build ecommerce --framework nextjs --magic # Uninstall if needed npm run uninstall-commands
Multi-expert business analysis with 9 thought leaders:
┌────────────────────────────────────────────────────────────┐
│ Gemini CLI │
│ ┌─────────────────────────────────────┐ │
│ │ 22 /sc: Commands via TOML │ │
│ └─────────────────────────────────────┘ │
├────────────────────────────────────────────────────────────┤
│ Gemini SuperClaude MCP Server v2.0.2 │
│ ┌─────────────┐ ┌─────────────────┐ ┌─────────────┐ │
│ │ Enhanced │ │ 14-Agent │ │ Business │ │
│ │ Routing │ │ System │ │ Panel (9) │ │
│ └─────────────┘ └─────────────────┘ └─────────────┘ │
├────────────────────────────────────────────────────────────┤
│ MCP Orchestration Layer (6 Servers) │
│ ┌─────────┐┌────────┐┌─────┐┌──────────┐┌────────┐┌──────┐ │
│ │Sequentia││Context7││Magic││Playwright││Morphllm││Serena│ │
│ └─────────┘└────────┘└─────┘└──────────┘└────────┘└──────┘ │
├────────────────────────────────────────────────────────────┤
│ SuperClaude Framework v4.0.9 │
└────────────────────────────────────────────────────────────┘
PRs are welcome! Please fork the repository, create a feature branch, and open a pull request.
MIT License - see the LICENSE file for details.