← Back to Plugins
MCP Server MCP

io.github.bierlingm/spikes

github By github 👁 1 views ▲ 0 votes

UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...