Skip to content
Cursor

Report Needs MCP Server for Cursor

io.github.jarvisonm4/report-needs

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

client:Cursor transport:stdio runtime:pypi

Install Report Needs MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Report Needs MCP Server in other clients