Hello World MCP Server
Warpターミナル用Hello World MCPサーバー
Warp ターミナル用のシンプルな「Hello World」マシン会話プロトコル (MCP) サーバー実装。
ワープターミナルのクイックスタート
この MCP サーバーを Warp ターミナルで使用するには、次の行を Warp 構成に追加します。
{
"mcp_server_command": "/path/to/your/python -m python_hello_warp_mcp"
}/path/to/your/python Python インタープリターへの実際のパス (理想的には仮想環境) に置き換えてください。
Related MCP server: Hello World MCP Server
インストール
開発インストール
# Clone the repository
git clone https://github.com/NoveltyEngine/python-hello-warp-mcp.git
cd python-hello-warp-mcp
# Set up virtual environment (if not already created)
python -m venv .venv
source .venv/bin/activate # On Windows use: .venv\Scripts\activate
# Install the package in development mode
uv pip install -e ".[dev]" # Alternatively: pip install -e ".[dev]"使用法
ワープターミナル統合用
Warp Terminal で使用するには、新しい MCP サーバーを作成するページに移動し、「実行するコマンド」に以下を入力します。
/path/to/your/python -m python_hello_warp_mcpこれにより、Warp Terminal は標準入出力を介して MCP サーバーと通信できるようになります。
特徴
このシンプルな MCP サーバーは以下を提供します。
挨拶メッセージを返す
helloツールパーソナライズされた挨拶を提供する
greeting://リソース
ライセンス
マサチューセッツ工科大学
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- AlicenseDqualityDmaintenanceA simple demonstration MCP server that provides a greeting functionality when integrated with Gemini CLI.1MIT
- FlicenseNot gradedqualityNot gradedmaintenanceA simple demonstration MCP server that provides basic greeting functionality and server information. Enables users to generate hello messages and retrieve server details through tools and resources.-
- -licenseCqualityNot gradedmaintenanceA simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.16 npm-
- AlicenseCqualityDmaintenanceA simple MCP server that provides a basic greeting tool for saying hello with customizable names. Serves as a boilerplate template for developers to quickly create and deploy new MCP servers.16 npmMIT