Gemini SuperClaude MCP Server
Enhances Gemini CLI with SuperClaude Framework v4.0.9, providing 22 specialized commands, 14 domain-expert agents, and integration with 6 MCP servers for development, analysis, and automation.
README
Gemini SuperClaude MCP Server
English|中文
GEMINI_CLI_COMMANDS
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.
🚀 What's New in v2.0.2 (SuperClaude v4.0.9 Upgrade)
- 💼 NEW: Business Panel: Multi-expert business analysis with 9 thought leaders (Christensen, Porter, Drucker, Godin, Kim & Mauborgne, Collins, Taleb, Meadows, Doumont)
- 🎯 Gemini CLI Integration: All 22 commands available as
/sc:commandin Gemini CLI via TOML configuration - 📦 Auto Installation:
npm run install-commandsfor seamless Gemini CLI integration - 🧠 Enhanced Routing: Intelligent context analysis, agent selection, and MCP server coordination.
- 🤖 14 Specialized Agents: Replaces the old persona system with domain experts for architecture, security, performance, etc.
- 🔗 6 MCP Servers: Full integration with Sequential, Context7, Magic, Playwright, Morphllm, and Serena.
- 📋 22 Specialized Commands: All commands now use the
/sc:namespace with business panel added. - ⚡ 5 Behavioral Modes: Brainstorming, Introspection, Orchestration, Task Management, and Token Efficiency modes.
- 💾 Cross-Session Persistence:
sc:loadandsc:savecommands powered by the Serena MCP for session memory.
🔧 Quick Start
Method 1: NPM Package (Recommended)
# 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"
}
}
}
}
Method 2: Local Development
# 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
🤖 Enhanced Agent System (Formerly Personas)
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 |
🔗 Real MCP Integration
6 Supported Servers
- Sequential: Complex multi-step reasoning
- Context7: Documentation and pattern lookup
- Magic: UI component generation
- Playwright: E2E testing and browser automation
- Morphllm: Pattern-based code editing and bulk transformations
- Serena: Semantic code understanding and cross-session memory
📋 Complete Command Set
22 Core Commands with /sc: namespace for SuperClaude Framework v4.0.9 compliance:
Development & Orchestration
sc:build,sc:implement,sc:workflow,sc:design
Analysis & Discovery
sc:analyze,sc:brainstorm,sc:troubleshoot,sc:business-panel,sc:estimate
Quality & Maintenance
sc:improve,sc:test,sc:cleanup,sc:git
Documentation & Learning
sc:explain,sc:document
Operations & Coordination
sc:task,sc:spawn,sc:load,sc:save,sc:reflect
Meta & Discovery
sc:index,sc:select-tool
🎯 Gemini CLI Integration
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
Business Panel (New in v4.0.9)
Multi-expert business analysis with 9 thought leaders:
- Clayton Christensen: Disruption Theory, Jobs-to-be-Done
- Michael Porter: Competitive Strategy, Five Forces
- Peter Drucker: Management Philosophy, MBO
- Seth Godin: Marketing Innovation, Tribe Building
- Kim & Mauborgne: Blue Ocean Strategy
- Jim Collins: Organizational Excellence
- Nassim Taleb: Risk Management, Antifragility
- Donella Meadows: Systems Thinking
- Jean-luc Doumont: Communication Systems
📊 Architecture (v4.0.9)
┌────────────────────────────────────────────────────────────┐
│ 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 │
└────────────────────────────────────────────────────────────┘
🤝 Contributing
PRs are welcome! Please fork the repository, create a feature branch, and open a pull request.
🙏 Acknowledgments
- Thanks for SuperClaude_Framework.
- Original tinywind/superclaude-gemini-integration-mcp for the foundation
- MCP community for the protocol standards
📄 License
MIT License - see the LICENSE file for details.
Star History
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
