← Back to Plugins
MCP Server MCP

io.github.Toraastrta/sphior-code-mcp

github By github 👁 1 views ▲ 0 votes

Deterministic SAST/SCA findings + fix guidance for your GitHub repos, handed to your AI agent.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "sphior-code-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your SPHIOR CODE API key (sk_live_...). Create one at https://sphior.com/account/code.",
          "isRequired": true,
          "isSecret": true,
          "name": "SPHIOR_API_KEY"
        },
        {
          "description": "Override the API base URL for self-hosted / regional deployments. Default: https://sphior.com/api/v1",
          "name": "SPHIOR_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...