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.

コメント

「その他」の他のコンテンツ