MCP Server
Maintained
MIT
Report Needs MCP Server MCP Server
io.github.JarvisOnM4/report-needs
What is the Report Needs MCP Server MCP server?
MCP server for AI agents to report infrastructure needs they encounter during task execution
How to install Report Needs MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"report-needs": {
"command": "uvx",
"args": [
"report-needs"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"report-needs": {
"command": "uvx",
"args": [
"report-needs"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"report-needs": {
"command": "uvx",
"args": [
"report-needs"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"report-needs": {
"type": "stdio",
"command": "uvx",
"args": [
"report-needs"
]
}
}
}Claude Code
claude mcp add report-needs -- uvx report-needsRelated MCP servers
Action-level governance for AI agents -- control what they DO, not what they SAY
View repository →