MCP.so
ログイン

Simple MCP Server

@phongvu009

Simple MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

phongvu009

設定

標準の設定はありません

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

リポジトリ

ツール

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

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

概要

What is Simple MCP Server?

A simple example using the MCP Python SDK from Anthropic, implementing stdio transport (local). It serves as a basic reference for building MCP servers.

How to use Simple MCP Server?

Create a virtual environment with uv venv, activate it, install dependencies with uv sync, then run with mcp dev server.py.

Key features of Simple MCP Server

  • Built with MCP Python SDK
  • Uses stdio transport type
  • Simple local execution
  • Minimal setup with uv

Use cases of Simple MCP Server

  • Learning how to set up an MCP server
  • Testing MCP SDK functionality locally
  • Reference implementation for custom MCP servers

FAQ from Simple MCP Server

What transport does Simple MCP Server use?

It implements stdio transport type (local).

What dependencies are required?

Requires the MCP Python SDK and uv for environment management.

How do I run the server?

Activate the virtual environment and run mcp dev server.py.

コメント

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