Skip to main content
Glama

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 インタープリターへの実際のパス (理想的には仮想環境) に置き換えてください。

インストール

開発インストール

# 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 サーバーは以下を提供します。

  1. 挨拶メッセージを返すhelloツール
  2. パーソナライズされた挨拶を提供するgreeting://リソース

ライセンス

マサチューセッツ工科大学

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

基本的な挨拶ツールとパーソナライズされた挨拶リソースを提供する、Warp Terminal 用のシンプルなマシン会話プロトコル サーバーです。

  1. ワープターミナルのクイックスタート
    1. インストール
      1. 開発インストール
    2. 使用法
      1. ワープターミナル統合用
    3. 特徴
      1. ライセンス

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that allows Claude to interact with Warpcast accounts, enabling actions like posting casts, reading content, searching by keywords, and managing channel interactions through natural language.
          Last updated -
          2
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server implementation that provides a standardized interface for applications to interact with OpenRouter's language models through a unified conversation management system.
          Last updated -
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A conversational application server that integrates LLM capabilities via Ollama with vector memory context, supporting multiple users, sessions, automatic history summarization, and a plugin system for executing real actions.
          Last updated -
          Python
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server implementation that enables natural language interactions with OpenSearch clusters, allowing users to search documents, analyze indices, and manage clusters through simple conversational commands.
          Last updated -
          6
          8
          Python
          Apache 2.0
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/NoveltyEngine/python-hello-warp-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server