Skip to content
VS Code

hiddenpalace mcp for VS Code

io.github.mrfentmen/hiddenpalace-mcp

Use this MCP server to hiddenpalace.org, unreleased game prototypes, beta content, and cut...

client:VS Code transport:stdio runtime:npm

Install hiddenpalace mcp in VS Code

.vscode/mcp.json

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

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

hiddenpalace mcp in other clients