Skip to content
Zed

Report Needs MCP Server for Zed

io.github.jarvisonm4/report-needs

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

client:Zed transport:stdio runtime:pypi

Install Report Needs MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "report-needs": {
      "command": "uvx",
      "args": [
        "report-needs"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Report Needs MCP Server in other clients