MCP server intelligence profile

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

Local OnlyDianel555
Awaiting current scanNpm · 2.0.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
22Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install gemini-superclaude-mcp-server from npm

Version 2.0.2 declares 1 executable entrypoint.

npm install --save-exact gemini-superclaude-mcp-server@2.0.2
npx -y -p gemini-superclaude-mcp-server@2.0.2 superclaude-mcp
MCP client configuration example
{
  "mcpServers": {
    "gemini-superclaude-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "gemini-superclaude-mcp-server@2.0.2",
        "superclaude-mcp"
      ]
    }
  }
}

Identity

Canonical sluggemini-superclaude-mcp-server-80a01225DeploymentLocal Only
Canonical packagenpm:gemini-superclaude-mcp-serverRepositoryDianel555/gemini-superclaude-mcp-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmgemini-superclaude-mcp-server2.0.24Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmgemini-superclaude-mcp-server2.0.2CurrentSep 5, 202622 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
gemini-superclaude-mcp-v4Server-reported name
1Capability groups
Aug 15, 2026Observed

Tools 22

ToolCategoryAnnotationsRisk
sc:analyzeMulti-dimensional codebase analysis with comprehensive insights (Category: analysis, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --deep, --security, --performance, --architecture, --ultrathink"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --deep, --security, --performance, --architecture, --ultrathink"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: root-cause-analyst, system-architect, security-engineer"
    }
  },
  "required": [
    "input"
  ]
}
sc:brainstormInteractive requirements discovery through Socratic dialogue (Category: orchestration, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --strategy, --depth, --parallel, --cross-session"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --strategy, --depth, --parallel, --cross-session"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: system-architect, root-cause-analyst, requirements-analyst"
    }
  },
  "required": [
    "input"
  ]
}
sc:buildUniversal project builder with intelligent scaffolding (Category: development, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --init, --feature, --framework, --tdd, --magic, --wave"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --init, --feature, --framework, --tdd, --magic, --wave"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: system-architect, frontend-architect, backend-architect"
    }
  },
  "required": [
    "input"
  ]
}
sc:business-panelMulti-expert business analysis with adaptive interaction modes (Category: analysis, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --experts, --mode, --focus, --synthesis-only, --structured, --verbose"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --experts, --mode, --focus, --synthesis-only, --structured, --verbose"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: system-architect, requirements-analyst, socratic-mentor"
    }
  },
  "required": [
    "input"
  ]
}
sc:cleanupProject cleanup and technical debt reduction (Category: maintenance, Priority: RECOMMENDED)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --unused, --duplicates, --formatting, --optimize, --aggressive"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --unused, --duplicates, --formatting, --optimize, --aggressive"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: refactoring-expert"
    }
  },
  "required": [
    "input"
  ]
}
sc:designSystem design and architecture orchestration (Category: planning, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --patterns, --architecture, --api, --database, --scalability"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --patterns, --architecture, --api, --database, --scalability"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: system-architect, frontend-architect"
    }
  },
  "required": [
    "input"
  ]
}
sc:documentComprehensive documentation generation with best practices (Category: knowledge, Priority: RECOMMENDED)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --api, --user, --technical, --readme, --interactive"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --api, --user, --technical, --readme, --interactive"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: technical-writer, socratic-mentor"
    }
  },
  "required": [
    "input"
  ]
}
sc:estimateEvidence-based project estimation with risk assessment (Category: planning, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --detailed, --summary, --breakdown, --risks, --timeline"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --detailed, --summary, --breakdown, --risks, --timeline"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: requirements-analyst, system-architect"
    }
  },
  "required": [
    "input"
  ]
}
sc:explainEducational explanations with progressive learning approach (Category: knowledge, Priority: RECOMMENDED)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --simple, --detailed, --visual, --examples, --interactive"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --simple, --detailed, --visual, --examples, --interactive"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: socratic-mentor, learning-guide"
    }
  },
  "required": [
    "input"
  ]
}
sc:gitGit workflow assistant with intelligent operations (Category: maintenance, Priority: RECOMMENDED)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --checkpoint, --restore, --analyze, --optimize, --workflow"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --checkpoint, --restore, --analyze, --optimize, --workflow"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: devops-architect, technical-writer"
    }
  },
  "required": [
    "input"
  ]
}
sc:implementFeature implementation with intelligent persona activation (Category: development, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --type, --framework, --test, --docs, --agent"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --type, --framework, --test, --docs, --agent"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: frontend-architect, backend-architect, system-architect"
    }
  },
  "required": [
    "input"
  ]
}
sc:improveEvidence-based code improvement with systematic refactoring (Category: quality, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --refactor, --optimize, --modernize, --validate"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --refactor, --optimize, --modernize, --validate"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: refactoring-expert, performance-engineer, system-architect"
    }
  },
  "required": [
    "input"
  ]
}
sc:indexCommand catalog browsing and intelligent discovery (Category: meta, Priority: RECOMMENDED)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --search, --category, --help, --examples, --interactive"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --search, --category, --help, --examples, --interactive"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: socratic-mentor, root-cause-analyst"
    }
  },
  "required": [
    "input"
  ]
}
sc:loadProject context loading and cross-session restoration (Category: session, Priority: CRITICAL)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --agent, --config, --template, --workflow, --memory"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --agent, --config, --template, --workflow, --memory"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: root-cause-analyst, system-architect, technical-writer"
    }
  },
  "required": [
    "input"
  ]
}
sc:reflectMeta-cognitive reflection and performance analysis (Category: session, Priority: RECOMMENDED)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --decision, --pattern, --improvement, --learning"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --decision, --pattern, --improvement, --learning"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: socratic-mentor, root-cause-analyst"
    }
  },
  "required": [
    "input"
  ]
}
sc:saveSession state persistence with intelligent context capture (Category: session, Priority: CRITICAL)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --context, --memory, --checkpoint, --agent-state"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --context, --memory, --checkpoint, --agent-state"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: technical-writer, system-architect"
    }
  },
  "required": [
    "input"
  ]
}
sc:select-toolIntelligent tool selection and optimization guidance (Category: meta, Priority: RECOMMENDED)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --task, --optimize, --compare, --recommend"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --task, --optimize, --compare, --recommend"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: system-architect, performance-engineer"
    }
  },
  "required": [
    "input"
  ]
}
sc:spawnSpecialized agent spawning and intelligent coordination (Category: operations, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --role, --context, --parallel, --merge, --expertise"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --role, --context, --parallel, --merge, --expertise"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: system-architect"
    }
  },
  "required": [
    "input"
  ]
}
sc:taskEnhanced task management with cross-session persistence (Category: operations, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --create, --status, --milestone, --assign, --persist"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --create, --status, --milestone, --assign, --persist"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: system-architect, devops-architect"
    }
  },
  "required": [
    "input"
  ]
}
sc:testComprehensive testing strategy with automation (Category: quality, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --unit, --integration, --e2e, --coverage, --automated"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --unit, --integration, --e2e, --coverage, --automated"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: quality-engineer"
    }
  },
  "required": [
    "input"
  ]
}
sc:troubleshootIntelligent problem diagnosis and systematic resolution (Category: analysis, Priority: CRITICAL)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --trace, --logs, --reproduce, --fix, --root-cause"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --trace, --logs, --reproduce, --fix, --root-cause"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: root-cause-analyst, performance-engineer"
    }
  },
  "required": [
    "input"
  ]
}
sc:workflowMulti-stage workflow orchestration with parallel execution (Category: orchestration, Priority: IMPORTANT)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "SuperClaude v4.0.9 command input with optional flags: --stages, --parallel, --sequential, --checkpoint"
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available flags: --stages, --parallel, --sequential, --checkpoint"
    },
    "agent": {
      "type": "string",
      "description": "Preferred agent: system-architect, devops-architect"
    }
  },
  "required": [
    "input"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Gemini SuperClaude MCP Server questions

How do I install Gemini SuperClaude MCP Server?

Install the selected package version with: npm install --save-exact gemini-superclaude-mcp-server@2.0.2

What tools does Gemini SuperClaude MCP Server provide?

Gemini SuperClaude MCP Server exposed 22 tools during independent protocol observation, including sc:analyze, sc:brainstorm, sc:build, sc:business-panel, sc:cleanup, sc:design, sc:document, sc:estimate, and others.

Is Gemini SuperClaude MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Google intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.