Skip to content
VS Code

Report Needs MCP Server for VS Code

io.github.jarvisonm4/report-needs

MCP server for AI agents to report infrastructure needs they encounter during task execution

client:VS Code transport:stdio runtime:pypi

Install Report Needs MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "report-needs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "report-needs"
      ]
    }
  }
}

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

Report Needs MCP Server in other clients