MCP.so
ログイン

Simple MCP Server starter with StdioServerTransport

@akoskm

Simple MCP Server starter with StdioServerTransport について

概要はまだありません

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

akoskm

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Simple MCP Server starter with StdioServerTransport?

This starter kit provides a simple foundation for creating an MCP (Model Context Protocol) server using the StdioServerTransport. It is intended for developers who want to quickly scaffold a new MCP server that communicates via standard input/output, with example tools and automatic integration with the Cursor editor.

How to use Simple MCP Server starter with StdioServerTransport?

Create a new MCP server by running pnpm dlx github:akoskm/mcp-server-stdio my-mcp-server (PNPM) or npm create @akoskm/mcp-server-stdio my-mcp-server (NPM). This generates a directory with the repository contents. Edit .cursor/mcp.json if you are not using Bun as the runtime. The server is automatically detected by Cursor; restart Cursor if needed.

Key features of Simple MCP Server starter with StdioServerTransport?

  • Uses StdioServerTransport for MCP communication.
  • Provides a ready‑to‑run tool template (two examples included).
  • Default runtime is Bun; easily switchable via configuration.
  • Automatically integrates with the Cursor editor.
  • Simple scaffold for building custom MCP tools.

Use cases of Simple MCP Server starter with StdioServerTransport?

  • Quickly prototyping MCP tools for the Cursor editor.
  • Learning how to build an MCP server with basic tool definitions.
  • Starting a new project that needs to expose tools via stdio.

FAQ from Simple MCP Server starter with StdioServerTransport

What is the purpose of this starter kit?

It is a minimal scaffold for creating an MCP server using StdioServerTransport, aimed at simplifying setup and providing example tools.

How do I create a new MCP server with this kit?

Run pnpm dlx github:akoskm/mcp-server-stdio my-mcp-server (or the NPM equivalent) to generate a new project directory.

What runtime does it use by default?

The default runtime is Bun. If you use a different runtime, edit .cursor/mcp.json to change the command.

What example tools are included?

Two tools: which-app-on-port (Mac only) returns the command and PID of a process on a given port, and add two numbers performs simple addition.

How does Cursor integration work?

The MCP server is automatically picked up by Cursor after creating the project. If it does not appear, restart Cursor.

コメント

「開発者ツール」の他のコンテンツ