MCP.so
ログイン

mcp-server-demo

@pravinkpk30

mcp-server-demo について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

pravinkpk30

設定

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

{
  "mcpServers": {
    "mcp-server-demo-pravinkpk30": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "dev",
        "ai-sticky-notes.py"
      ]
    }
  }
}

ツール

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

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

概要

What is mcp-server-demo?

A demonstration server for the Model Context Protocol (MCP). It provides example scripts to show how MCP servers can be run and tested using the mcp dev command and the MCP Inspector.

How to use mcp-server-demo?

Run the server with uv run mcp dev weather.py or uv run mcp dev ai-sticky-notes.py. The command automatically installs the @modelcontextprotocol/inspector package and starts the MCP Inspector on port 6274.

Key features of mcp-server-demo

  • Runs an MCP server using the mcp dev command.
  • Includes example scripts: weather.py and ai-sticky-notes.py.
  • Serves a web-based MCP Inspector UI at http://127.0.0.1:6274.
  • Launches a proxy server on port 6277.
  • Requires the @modelcontextprotocol/inspector Node.js package.

Use cases of mcp-server-demo

FAQ from mcp-server-demo

How do I run the mcp-server-demo server?

Use uv run mcp dev weather.py or uv run mcp dev ai-sticky-notes.py in your terminal.

What dependencies are needed for mcp-server-demo?

The @modelcontextprotocol/inspector package is installed automatically when running the mcp dev command.

What ports does the MCP Inspector use?

The proxy server listens on port 6277, and the Inspector UI is available at http://127.0.0.1:6274.

コメント

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