Skip to content
VS Code

buddy mcp for VS Code

io.github.lyellr88/buddy-mcp

Claude Code creature collection game. Hatch buddies, pet to boost roll luck, complete the BuddyDex.

client:VS Code transport:stdio runtime:npm

Install buddy mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "buddy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lyellr88/buddy-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

buddy mcp in other clients