dart-mcp-server-template
A template repository for creating Dart server applications compatible with MCP (Model Control Protocol).
The Dart MCP Server Template is designed to facilitate the development of Dart server applications that are compatible with the Model Control Protocol (MCP). This template provides a comprehensive starting point, including Docker configuration for easy deployment, a streamable HTTP server implementation, and a well-organized project structure. It integrates with the mcp_dart package, allowing developers to focus on implementing custom server logic while leveraging the provided infrastructure. The template includes executable Dart files for starting the server via different transport methods, such as standard I/O, Server-Sent Events, and HTTP streaming. Additionally, it supports in-memory stream transport using the IOStreamTransport, enabling seamless communication between Dart clients and servers.
Features
- {'name': 'Streamable HTTP Server', 'description': 'Provides a streamable HTTP server implementation for MCP, allowing efficient data streaming.'}
- {'name': 'Docker Configuration', 'description': 'Includes Docker configuration for easy deployment and containerization of the server application.'}
- {'name': 'Project Structure', 'description': 'Offers a basic project structure with lib, bin, and test directories for organized development.'}
- {'name': 'Integration with mcp_dart', 'description': 'Seamlessly integrates with the mcp_dart package for enhanced MCP functionality.'}
- {'name': 'Multiple Transport Methods', 'description': 'Supports various transport methods including standard I/O, Server-Sent Events, and HTTP streaming.'}
Usage with Different Platforms
docker
bash
# Build the Docker image
docker build -t my-mcp-server .
# Run the container
docker run -p 3000:3000 my-mcp-server
Related MCP Servers
View all developer_tools servers →context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by ensuring they use the latest information.
Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packs your codebase into AI-friendly formats, making it easier to use with AI tools like LLMs.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.