An AI-powered server that facilitates feature discussions between developers and AI, acting as a lead developer to guide implementation and architectural decisions.
A TypeScript-based Model Context Protocol (MCP) server that facilitates intelligent feature discussions between developers and AI. This server acts as an AI lead developer, providing guidance on feature implementation, maintaining context of discussions, and helping teams make informed architectural decisions.
This server provides:
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"feature-discussion": {
"command": "/path/to/feature-discussion/build/index.js"
}
}
}
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
We welcome contributions! Please see our Contributing Guidelines for details on how to get started, and our Code of Conduct for community guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
Execute bash commands on the host machine.
A command-line interface wrapper for the Google Gemini API, enabling interaction with Gemini's Search and Chat tools.
An MCP server providing searchable access to multiple AI/ML SDK documentation and source code.
Generate and edit images using OpenAI's GPT-4o image generation and editing APIs with advanced prompt control.
Access the Codacy API to analyze code quality, coverage, and security for your repositories.
Fetches comprehensive information about NuGet packages from the NuGet Gallery, including READMEs, metadata, and search functionality.
Generate high-quality images using Google's Imagen 3.0 model via the Gemini API.
Manipulate Adventure Game Studio (AGS) compiled room (.crm) files to enable AI-powered game development.
Beautiful HTML and PNG diff visualization using diff2html, designed for filesystem edit_file dry-run output with high-performance Bun runtime.
Interact with your MLOps and LLMOps pipelines through your ZenML MCP server