I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Server-Req-Refine
Reqrefine est un serveur MCP qui améliore la collecte des exigences grâce à des questions stratégiques. Il guide les utilisateurs pour révéler des besoins complets, découvre les exigences implicites et transforme le dialogue en spécifications structurées.
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
req-refine MCP server
ReqRefine is an MCP conversational service that enhances requirement gathing through strategic questioning.It guides users to reveal comprehensive needs, unconvers implict requirements, and transforms dialogue into structured specifications. ReqRefine turns requirements collection from a one-side interview into a collaborative dicovery process.
Components
Resources
The server implements a simple note storage system with:
- Custom note:// URI scheme for accessing individual notes
- Each note resource has a name, description and text/plain mimetype
Prompts
The server provides a single prompt:
- summarize-notes: Creates summaries of all stored notes
- Optional "style" argument to control detail level (brief/detailed)
- Generates prompt combining all current notes with style preference
Tools
The server implements one tool:
- add-note: Adds a new note to the server
- Takes "name" and "content" as required string arguments
- Updates server state and notifies clients of resource changes
Configuration
[TODO: Add configuration details specific to your implementation]
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
``` "mcpServers": { "req-refine": { "command": "uv", "args": [ "--directory", "D:\code\mcp-server-req-refine", "run", "req-refine" ] } } ```Published Servers Configuration
``` "mcpServers": { "req-refine": { "command": "uvx", "args": [ "req-refine" ] } } ```Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
This will create source and wheel distributions in the dist/
directory.
- Publish to PyPI:
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
- Token:
--token
orUV_PUBLISH_TOKEN
- Or username/password:
--username
/UV_PUBLISH_USERNAME
and--password
/UV_PUBLISH_PASSWORD
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm
with this command:
npx @modelcontextprotocol/inspector uv --directory D:\code\req-refine run req-refine
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven
Advanced software engineer GPT that excels through nailing the basics.
A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.
A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/suhail-ak-s/mcp-typeseense-server
本项目是一个钉钉 MCP (Protocole de connecteur de message) 服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 , 支持员工信息查询和消息发送等功能。
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
Reviews

user_mnBHgN4e
As a dedicated MCP application user, I must say that mcp-server-req-refine by daniyuu is a game-changer! This tool incredibly refines server requests with ease, significantly enhancing efficiency. It's user-friendly and integrates seamlessly with my current setup. Highly recommend checking it out at https://github.com/daniyuu/mcp-server-req-refine!