PluginBench
MCP Server
Active
MIT

io.github.richardofortune/tyrekick MCP Server

io.github.richardofortune/tyrekick

What is the io.github.richardofortune/tyrekick MCP server?

Read and resolve human feedback pinned on your live prototype, straight from your coding agent.

How to install io.github.richardofortune/tyrekick

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TYREKICK_URL
    required

    Base URL of your deployed Tyrekick feedback worker (e.g. https://tyrekick-feedback.you.workers.dev)

  • TYREKICK_TOKEN
    required
    secret

    Bearer token for the worker's management routes (set via `wrangler secret put TYREKICK_TOKEN`)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tyrekick": {
      "command": "npx",
      "args": [
        "-y",
        "tyrekick-mcp"
      ],
      "env": {
        "TYREKICK_URL": "<YOUR_TYREKICK_URL>",
        "TYREKICK_TOKEN": "<YOUR_TYREKICK_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tyrekick": {
      "command": "npx",
      "args": [
        "-y",
        "tyrekick-mcp"
      ],
      "env": {
        "TYREKICK_URL": "<YOUR_TYREKICK_URL>",
        "TYREKICK_TOKEN": "<YOUR_TYREKICK_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tyrekick": {
      "command": "npx",
      "args": [
        "-y",
        "tyrekick-mcp"
      ],
      "env": {
        "TYREKICK_URL": "<YOUR_TYREKICK_URL>",
        "TYREKICK_TOKEN": "<YOUR_TYREKICK_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tyrekick": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tyrekick-mcp"
      ],
      "env": {
        "TYREKICK_URL": "<YOUR_TYREKICK_URL>",
        "TYREKICK_TOKEN": "<YOUR_TYREKICK_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add tyrekick --env TYREKICK_URL=<YOUR_TYREKICK_URL> --env TYREKICK_TOKEN=<YOUR_TYREKICK_TOKEN> -- npx -y tyrekick-mcp

Related MCP servers

Compile OpenSCAD, read computed values, preview and measure the mesh, without a GUI.

1
Python
MIT
View repository →

Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.

1
Python
MIT
View repository →