AgentHubAgentHub

spikes

MCP ServerMCP Registry官方收录

io.github.bierlingm/spikes · v0.4.1

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

概览

spikes 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "spikes": {
      "command": "npx",
      "args": [
        "-y",
        "spikes-mcp"
      ]
    }
  }
}

环境变量

SPIKES_TOKEN可选secret

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.

SPIKES_API_URL可选

Override the Spikes API base URL. Defaults to https://spikes.sh/api. Useful for self-hosted Spikes workers.

相关资源

统一 Manifest

{
  "id": "io.github.bierlingm/spikes",
  "type": "mcp-server",
  "version": "0.4.1",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "spikes-mcp",
        "version": "0.4.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SPIKES_TOKEN",
            "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.",
            "isSecret": true
          },
          {
            "name": "SPIKES_API_URL",
            "description": "Override the Spikes API base URL. Defaults to https://spikes.sh/api. Useful for self-hosted Spikes workers."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.bierlingm/spikes",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.bierlingm%2Fspikes/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
spikes — MCP Server 安装与配置 · AgentHub