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.
An experimental MCP server that uses the ast-grep CLI for code structural search, linting, and rewriting.
A Cookiecutter template for creating MCP servers with Apple container support and configurable transport methods.
Execute shell commands without permission prompts.
Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
Create and modify wireframes in the Frame0 app through natural language prompts.
Model Kontext Protocol Server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters through native Go implementation with direct API integration and comprehensive resource management.
MCP server for TeamCity, integrates with Claude Desktop and Cursor.
A Model Context Protocol (MCP) server for CODESYS V3 programming environments.
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
A starter project for building MCP servers with TypeScript and Bun.