SuperClaude MCP Server
Provides Git operations such as creating checkpoints and managing version control tasks through the SuperClaude toolkit.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SuperClaude MCP ServerSwitch to architect persona"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SuperClaude MCP Server
An MCP server that brings all SuperClaude features to Gemini CLI.
Prerequisites
SuperClaude must already be installed in Claude Code
Node.js 18 or higher
Gemini CLI installed
Related MCP server: Gemini MCP Server for Claude Code
Installation
Method 1: Local Installation
# Create project directory
mkdir superclaude-mcp && cd superclaude-mcp
# Copy files (save the code above)
# - superclaude-mcp-server.js
# - package.json
# Install dependencies
npm install
# Grant execution permissions
chmod +x superclaude-mcp-server.jsMethod 2: Global Installation
# Global install
npm install -g .
# Or use npm link
npm linkGemini CLI Configuration
Add the following to your ~/.gemini/settings.json file:
{
"mcpServers": {
"superclaude": {
"command": "node",
"args": ["/path/to/superclaude-mcp-server.js"],
"env": {
"CLAUDE_CONFIG_DIR": "${HOME}/.claude"
}
}
}
}Or configure using npx:
{
"mcpServers": {
"superclaude": {
"command": "npx",
"args": ["-y", "superclaude-gemini-integration-mcp"],
"env": {
"CLAUDE_CONFIG_DIR": "${HOME}/.claude"
}
}
}
}Usage
1. Verify MCP Server
gemini
# In Gemini CLI
/mcp
# Check if superclaude server is listed2. Using SuperClaude Commands
# Build project
gemini "Use sc_build to create a React app with TDD setup"
# Switch persona
gemini "Switch to architect persona using sc_persona"
# Analyze code
gemini "Run sc_analyze on the current codebase with deep analysis"
# Troubleshoot
gemini "Use sc_troubleshoot to debug the API connection issue"
# Create checkpoint
gemini "Create a git checkpoint named 'before-refactor'"3. Using Flags and Options
# Include flags
gemini "Use sc_build with react type and flags --tdd --magic"
# Use with persona
gemini "Use sc_analyze with security persona for vulnerability scanning"
# Evidence-based approach
gemini "Use sc_design with evidence for new authentication system"4. Token Optimization
# Set ultra-compressed mode
gemini "Set token mode to ultracompressed"
# All subsequent responses will be compressed
gemini "Build a complex microservices architecture"Available Tools
Command Tools (sc_*)
sc_build- Build projectssc_dev-setup- Set up development environmentsc_test- Create and run testssc_analyze- Analyze codesc_troubleshoot- Troubleshoot issuessc_improve- Improve codesc_explain- Explain codesc_deploy- Automate deploymentsc_migrate- Handle migrationssc_scan- Security scanningsc_estimate- Project estimationsc_cleanup- Clean up codesc_git- Git operationssc_design- System designsc_spawn- Create specialized agentssc_document- Generate documentationsc_load- Load configurations
Utility Tools
sc_persona- Switch personassc_checkpoint- Manage Git checkpointssc_token_mode- Set token optimization
Personas
Available personas:
architect- System Architectfrontend- Frontend Engineerbackend- Backend Engineersecurity- Security Engineerqa- QA Engineer
Advanced Usage
Using with GEMINI.md
Create a GEMINI.md file in your project root:
# SuperClaude Commands
## Shortcuts
- "sc:build" → Execute sc_build tool
- "sc:analyze" → Execute sc_analyze tool
- "sc:persona [name]" → Switch persona
## Default Persona
Activate architect persona at project start
## Token Mode
Automatically use compressed mode for complex tasksSetting Up Shell Aliases
Add to your .bashrc or .zshrc:
# SuperClaude shortcuts
alias gsc='gemini "Execute SuperClaude command"'
alias gsc-build='gemini "Use sc_build to"'
alias gsc-analyze='gemini "Use sc_analyze on"'
alias gsc-persona='gemini "Switch to persona"'Usage examples:
gsc-build "create a Next.js app with TypeScript"
gsc-analyze "the authentication module"
gsc-persona "security for threat modeling"Troubleshooting
MCP Server Not Visible
Restart Gemini CLI
Check configuration file path
Verify Node.js version (18+)
Commands Not Working
Verify SuperClaude installation:
ls ~/.claudeCheck logs:
gemini --verboseCheck MCP server status:
/mcpcommand
Personas Not Loading
Check persona file:
~/.claude/shared/superclaude-personas.ymlDefault personas will be used
Try manually switching personas
Contributing
Issues and PRs are always welcome!
License
MIT License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tinywind/superclaude-gemini-integration-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server