← SuperClaude MCP Server

SuperClaude MCP Server 1.0.1

npm · superclaude-gemini-integration-mcp · current release

20
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-22T08:17:51.978Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 20

ToolCategoryAnnotationsRisk
sc_analyzeCode analysis - Multi-dimensional analysis of code quality
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--deep",
          "--security",
          "--performance",
          "--architecture"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_buildUniversal project builder - Create any type of project with intelligent defaults
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--init",
          "--feature",
          "--react",
          "--api",
          "--tdd",
          "--magic"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_checkpointCreate or restore git checkpoint
Input schema
{
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "create",
        "restore",
        "list"
      ],
      "description": "Checkpoint action"
    },
    "name": {
      "type": "string",
      "description": "Checkpoint name"
    }
  },
  "required": [
    "action"
  ]
}
— · —
sc_cleanupCode cleanup - Remove technical debt
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--unused",
          "--duplicates",
          "--formatting",
          "--optimize"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_deployDeployment automation - Handle deployment workflows
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--staging",
          "--production",
          "--rollback",
          "--validate"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_designSystem design - Architecture and design patterns
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--patterns",
          "--architecture",
          "--api",
          "--database"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_dev-setupDevelopment environment setup - Configure complete dev environment
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--minimal",
          "--full",
          "--ci",
          "--monitoring"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_documentDocumentation generation - Create comprehensive docs
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--api",
          "--user",
          "--technical",
          "--readme"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_estimateProject estimation - Time and resource estimates
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--detailed",
          "--summary",
          "--breakdown",
          "--risks"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_explainCode explanation - Detailed documentation and understanding
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--simple",
          "--detailed",
          "--visual",
          "--examples"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_gitGit operations - Advanced git workflows
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--checkpoint",
          "--restore",
          "--analyze",
          "--optimize"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_improveCode improvement - Enhance existing code
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--refactor",
          "--optimize",
          "--modernize",
          "--clean"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_loadLoad configurations - Apply saved configurations
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--persona",
          "--config",
          "--template",
          "--workflow"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_migrateMigration assistance - Database and code migrations
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--plan",
          "--execute",
          "--rollback",
          "--validate"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_personaSwitch active SuperClaude persona
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona name to activate"
    }
  },
  "required": [
    "name"
  ]
}
— · —
sc_scanSecurity scanning - Comprehensive security analysis
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--vulnerabilities",
          "--dependencies",
          "--secrets",
          "--compliance"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_spawnCreate specialized agents - Spawn task-specific AI agents
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--researcher",
          "--reviewer",
          "--tester",
          "--documenter"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_testTesting framework - Create and run tests with coverage
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--unit",
          "--integration",
          "--e2e",
          "--coverage",
          "--watch"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —
sc_token_modeSet token optimization mode
Input schema
{
  "type": "object",
  "properties": {
    "mode": {
      "type": "string",
      "enum": [
        "normal",
        "compressed",
        "ultracompressed"
      ],
      "description": "Token optimization level"
    }
  },
  "required": [
    "mode"
  ]
}
— · —
sc_troubleshootIntelligent debugging - Systematic issue resolution
Input schema
{
  "type": "object",
  "properties": {
    "args": {
      "type": "string",
      "description": "Command arguments and flags"
    },
    "persona": {
      "type": "string",
      "enum": [
        "architect",
        "frontend",
        "backend",
        "security",
        "qa"
      ],
      "description": "Persona to use for this command"
    },
    "evidence": {
      "type": "object",
      "description": "Evidence-based methodology data",
      "properties": {
        "rationale": {
          "type": "string"
        },
        "alternatives": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "metrics": {
          "type": "object"
        }
      }
    },
    "flags": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "--verbose",
          "--trace",
          "--profile",
          "--memory"
        ]
      },
      "description": "Command-specific flags"
    }
  },
  "required": [
    "args"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.