Skip to content
Windsurf

specter skills for Windsurf

io.github.dirtcubeinteractive/specter-skills

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

client:Windsurf transport:stdio runtime:npm

Install specter skills in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "specter-skills": {
      "command": "npx",
      "args": [
        "-y",
        "specter-skills"
      ],
      "env": {
        "SPECTER_ENV": "<SPECTER_ENV>",
        "SPECTER_ALLOW_MUTATIONS": "<SPECTER_ALLOW_MUTATIONS>",
        "SPECTER_API_KEY": "<SPECTER_API_KEY>",
        "SPECTER_PROJECT_ID": "<SPECTER_PROJECT_ID>",
        "SPECTER_ADMIN_TOKEN": "<SPECTER_ADMIN_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

specter skills in other clients