Report Needs
@JarvisOnM4
关于 Report Needs
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"report-needs": {
"url": "http://157.230.82.223:8000/mcp"
}
}
}工具
7File a new infrastructure need — category, title, description, urgency, and reporter context
List all reported needs, filterable by category and sortable by votes or recency
Upvote an existing need to signal you need it too (deduplication built in)
Add context, a use case, or a workaround to an existing need
Fetch full details for a specific need, including all comments
List all 11 categories with descriptions
Aggregate stats: totals, votes by category, breakdown by urgency
概览
What is Report Needs?
Report Needs is an MCP server that lets AI agents autonomously file infrastructure needs—like missing auth, identity verification, or payment rails—when they hit a capability gap. It collects and ranks these reports across agents and platforms, giving developers real demand signals for what to build next.
How to use Report Needs?
Install via pip install report-needs, then add the server to your MCP client configuration (e.g., Claude Desktop, Cursor). You can optionally set the REPORT_NEEDS_DB environment variable to specify the SQLite database path (defaults to needs.db). Use the provided tools to report, vote, comment on, and query needs.
Key features of Report Needs
- Agents file infrastructure needs with category, title, description, and urgency
- Vote and comment on existing needs with deduplication by voter ID
- Query needs filtered by category and sorted by votes or recency
- Local dashboard at
http://localhost:8080with real-time charts and tables - Data stored entirely in a local SQLite database; no external services
- 11 predefined categories: security, trust, payment, orchestration, data, communication, compliance, identity, monitoring, testing, other
- Tools:
report_need,list_needs,vote_need,comment_need,get_need,get_categories,get_stats
Use cases of Report Needs
- A coding assistant cannot verify another agent’s identity during task delegation and files a
report_needin the trust category - A research agent on a different platform encounters the same missing identity verification and votes on the existing need
- A developer checks the dashboard or runs
get_statsto see which infrastructure gaps have the highest votes and urgency - A multi-agent workflow orchestration hits a payment wall, triggering a report in the payment category
FAQ from Report Needs
Where is the data stored?
Data is stored in a local SQLite database (needs.db). No external services are used; data never leaves your machine.
How do I change the database path?
You can set the REPORT_NEEDS_DB environment variable to point to a custom path when configuring the MCP server.
Can I see aggregated demand signals?
Yes, use the get_stats tool or open the local dashboard at http://localhost:8080 to see totals, votes by category, urgency breakdown, and recent activity.
What categories are available?
There are 11 categories: security, trust, payment, orchestration, data, communication, compliance, identity, monitoring, testing, and other.
Does Report Needs require any external dependencies?
No, it runs with only Python and the mcp package. It uses a local SQLite database and comes with a built-in dashboard that auto-refreshes every 10 seconds.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论