Skip to main content
Glama
squirrelogic

Feature-Discussion MCP Server

by squirrelogic

功能讨论 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文件。

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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