Feature-Discussion MCP Server
功能讨论 MCP 服务器
基于 TypeScript 的模型上下文协议 (MCP) 服务器,用于促进开发者与 AI 之间的智能功能讨论。该服务器充当 AI 首席开发人员的角色,提供功能实现指导,维护讨论上下文,并帮助团队做出明智的架构决策。
该服务器提供:
关于功能实现和架构的互动讨论
持久记忆功能讨论和决策
对开发方法和最佳实践的智能指导
基于项目历史的上下文感知建议
特征
AI 领先开发者界面
参与有关功能需求的自然讨论
获得实施方法方面的专家指导
获得建筑建议
在多个讨论中保持上下文
功能内存管理
功能讨论的持久存储
跟踪功能演变和决策
参考先前的讨论以获取背景信息
链接相关功能和依赖项
开发指南
最佳实践建议
实施策略建议
架构模式建议
技术堆栈考虑因素
上下文管理
维护项目范围内的功能上下文
跟踪功能之间的依赖关系
商店架构决策
记住以前的讨论结果
Related MCP server: Context Management System
安装
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"feature-discussion": {
"command": "/path/to/feature-discussion/build/index.js"
}
}
}发展
安装依赖项:
npm install构建服务器:
npm run build对于使用自动重建的开发:
npm run watch调试
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:
npm run inspector检查器将提供一个 URL 来访问浏览器中的调试工具。
贡献
欢迎大家贡献代码!请参阅我们的贡献指南,了解如何开始贡献,以及我们的行为准则,了解社区准则。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAssists AI developers with intelligent requirement analysis and architecture design through guided clarification questions, branch-aware management, and automated architecture generation with persistent storage.133MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI development tools to maintain context across chat sessions with automatic branching, progress tracking, and TODO management for different tasks.
- FlicenseNot gradedqualityNot gradedmaintenanceImplements a structured development workflow for LLM-based coding with feature clarification, PRD generation, phased development, and task tracking. Guides LLMs through organized feature development from requirements gathering to completion with document storage and progress monitoring.30
- AlicenseNot gradedqualityDmaintenanceProvides AI-powered development assistance with continuous chain-of-thought reasoning (CoConuT), automated task planning and execution, quality validation, and persistent memory of project context and decisions.602MIT
Related MCP Connectors
Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.
Autonomous dev team steered from chat: plain-English requests in, tested merged PRs out.
Build, version, review, and export websites, web apps, and games from a conversation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/squirrelogic/mcp-feature-discussion'
If you have feedback or need assistance with the MCP directory API, please join our Discord server