← Back to Plugins
MCP Server MCP

io.github.dirtcubeinteractive/specter-skills

github By github 👁 1 views ▲ 0 votes

Configure a Specter game backend from chat: economy, progression, leaderboards, multiplayer.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "specter-skills",
      "version": "0.11.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "type": "named",
          "name": "-y"
        },
        {
          "value": "specter-skills",
          "type": "named",
          "name": "-p"
        }
      ],
      "packageArguments": [
        {
          "value": "specter-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Target environment: 'staging' or 'production'",
          "format": "string",
          "name": "SPECTER_ENV"
        },
        {
          "description": "Set 'true' to enable the create/mutate tools (gated behind confirmation)",
          "format": "string",
          "name": "SPECTER_ALLOW_MUTATIONS"
        },
        {
          "description": "Client api-key. Not needed after browser sign-in (the dev key from login is reused)",
          "format": "string",
          "isSecret": true,
          "name": "SPECTER_API_KEY"
        },
        {
          "description": "Auto-detected from sign-in. Set only to pin one project when your org has several",
          "format": "string",
          "name": "SPECTER_PROJECT_ID"
        },
        {
          "description": "Admin token for CI / non-interactive use instead of browser sign-in",
          "format": "string",
          "isSecret": true,
          "name": "SPECTER_ADMIN_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...