Skip to content
VS Code

github project info for VS Code

io.github.shubhtoy/github-project-info

Read public GitHub Projects v2 boards without auth — items, fields, story points, priority.

client:VS Code transport:stdio runtime:npm

Install github project info in VS Code

.vscode/mcp.json

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

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

github project info in other clients