Feature-Discussion MCP Server
機能ディスカッション MCP サーバー
TypeScriptベースのModel Context Protocol(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