MCP.so
登录

Minimal MCP Server

@LeZuse

关于 Minimal MCP Server

A minimal implementation of a Model Context Protocol (MCP) server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

LeZuse

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Minimal MCP Server?

A minimal implementation of an MCP (Model Context Protocol) server for Cursor IDE, built using the official MCP SDK. It is intended for bootstrapping, forking, or experimentation.

How to use Minimal MCP Server?

Clone the repository locally, run npm install to install dependencies, then open the project with Cursor IDE and enable the “minimal-mcp-server” (labeled Project Managed) in Cursor Settings.

Key features of Minimal MCP Server?

  • Uses the official @modelcontextprotocol/sdk package
  • Minimal implementation with a single file
  • No external configuration needed

Use cases of Minimal MCP Server?

  • Bootstrapping new MCP server projects
  • Forking as a starting point for custom MCP implementations
  • Experimenting with MCP protocol features

FAQ from Minimal MCP Server

What runtime does Minimal MCP Server require?

Node.js is required.

How do I install Minimal MCP Server?

Clone the repo and run npm install to install dependencies.

How do I run Minimal MCP Server?

Open the repository with Cursor IDE and enable the “minimal-mcp-server” (labeled Project Managed) in Cursor Settings.

What is the license for Minimal MCP Server?

The project is licensed under MIT.

What MCP SDK does Minimal MCP Server use?

It uses the official @modelcontextprotocol/sdk package.

评论

其他 分类下的更多 MCP 服务器