A minimal implementation of a Model Context Protocol (MCP) server designed for use with Cursor IDE. This project leverages the official @modelcontextprotocol/sdk
package to provide a lightweight and easy-to-use MCP server. Ideal for bootstrapping, forking, or experimentation.
@modelcontextprotocol/sdk
package.server.js
).shell
git clone https://github.com/LeZuse/minimal-mcp-server.git
shell
npm install
For more information on the Model Context Protocol, visit the official documentation:
https://modelcontextprotocol.io/introduction
This project is licensed under the MIT License.
This project is a minimal implementation of a Model Context Protocol (MCP) server, designed to be lightweight and easy to use with Cursor IDE.