Skip to content
VS Code

shynet mcp for VS Code

io.github.mrfentmen/shynet-mcp

Shynet analytics: dashboard stats.

client:VS Code transport:stdio runtime:npm

Install shynet mcp in VS Code

.vscode/mcp.json

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

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

shynet mcp in other clients