MCP.so
ログイン

mcp-server-playground

@piyoppi

mcp-server-playground について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

piyoppi

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "my-mcp-server": {
      "type": "http",
      "url": "http://localhost:3001/sse"
    }
  }
}

ツール

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

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

概要

What is mcp-server-playground?

mcp-server-playground is a minimal Model Context Protocol (MCP) server example that can be started using npx tsx index.tsx and communicates via SSE on localhost:3001. It is intended for testing and development purposes.

How to use mcp-server-playground?

Run npx tsx index.tsx to start the server. In Visual Studio Code, configure an MCP server with type "sse" and URL "http://localhost:3001/sse" under the mcp.servers setting (e.g., my-mcp-server).

Key features of mcp-server-playground

  • Quick start with npx tsx index.tsx
  • Uses SSE transport

コメント

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