mcp-server
@MCP-Mirror
关于 mcp-server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server?
mcp-server is a Model Context Protocol server that can be initialized and run in either a Node or Docker environment. It provides a structured setup for integrating MCP capabilities into an IDE, with Makefile commands for building, configuring, and managing the server.
How to use mcp-server?
Choose an initialization method: run make node-init for Node or make docker-init for Docker. After initialization, build the server and configure MCP settings by adding a new MCP server in your IDE with the path to the built server executable.
Key features of mcp-server
- Supports both Node and Docker environments for flexibility
- Makefile-based commands for build, config, run, and cleanup
- Automatic MCP settings refresh via
make node-config - Manual MCP settings refresh via
make mcp-refresh - Built with bun v1.2.5 for fast JavaScript runtime performance
Use cases of mcp-server
- Setting up an MCP server in an IDE for protocol-based tool integration
- Rapid prototyping with Node-based initialization and build commands
- Containerized deployment using Docker for isolated environments
- Development workflows requiring repeatable build, run, and cleanup steps
FAQ from mcp-server
What initialization methods are available?
You can initialize using Node (recommended, via make node-init) or Docker (via make docker-init). Both install dependencies and configure MCP settings.
What runtime does mcp-server require?
For Node mode, it requires bun v1.2.5 or later. For Docker mode, you need Docker installed to build and run the container.
How do I configure MCP settings after setup?
Run make node-config to automatically refresh MCP settings, or run make mcp-refresh manually. Then, in your IDE, add a new MCP server with the path to the built executable.
Where is the server built?
The built server executable location is determined by the Makefile; the README instructs you to provide the path to that executable when configuring MCP settings in your IDE.
How do I clean up or stop the Docker container?
Use make docker-stop to stop the container and make docker-clean to clean up Docker resources. For Node environments, there is no explicit cleanup command mentioned.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论