AgentHubAgentHub

Report Needs MCP Server

MCP ServerMCP Registry官方收录

io.github.JarvisOnM4/report-needs · v0.1.1

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

概览

Report Needs MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "io.github.JarvisOnM4/report-needs",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "Report Needs MCP Server",
  "description": "MCP server for AI agents to report infrastructure needs they encounter during task execution",
  "repository": {
    "url": "https://github.com/JarvisOnM4/report-needs",
    "source": "github"
  },
  "homepage": "https://github.com/JarvisOnM4/report-needs",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "report-needs",
        "version": "0.1.1",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.JarvisOnM4/report-needs",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.JarvisOnM4%2Freport-needs/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Report Needs MCP Server — MCP Server 安装与配置 · AgentHub