Serversio.github.bierlingm/spikes
S

io.github.bierlingm/spikes

io.github.bierlingm/spikes · v0.4.1
▦ npm
v0.4.1npm npm: spikes-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.bierlingm/spikes",
  "description": "UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP.",
  "repository": {
    "url": "https://github.com/bierlingm/spikes",
    "source": "github"
  },
  "version": "0.4.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "spikes-mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token for the hosted Spikes API. Required only when using --remote mode against spikes.sh. Local mode reads .spikes/feedback.jsonl and needs no token.",
          "format": "string",
          "isSecret": true,
          "name": "SPIKES_TOKEN"
        },
        {
          "description": "Override the Spikes API base URL. Defaults to https://spikes.sh/api. Useful for self-hosted Spikes workers.",
          "format": "string",
          "name": "SPIKES_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}