Skip to content
VS Code

codepet mcp for VS Code

io.github.mrfentmen/codepet-mcp

Local MCP companion for CodePet status, quests, and source-free coding events. Tools include get...

client:VS Code transport:stdio runtime:npm

Install codepet mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "codepet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codepet-mcp"
      ]
    }
  }
}

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

codepet mcp in other clients