Hello World MCP Server

MIT License
  • Linux
  • Apple

Integrations

  • Provides a simple Machine Conversational Protocol (MCP) server for Warp Terminal with a 'hello' tool that returns greeting messages and a 'greeting://' resource for personalized greetings.

Warp 终端的 Hello World MCP 服务器

针对 Warp Terminal 的简单“Hello World”机器对话协议 (MCP) 服务器实现。

Warp Terminal 快速入门

要将此 MCP 服务器与 Warp Terminal 一起使用,请将此行添加到您的 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 集成

要与 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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

用于 Warp Terminal 的简单机器对话协议服务器,提供基本的问候工具和个性化的问候资源。

  1. Warp Terminal 快速入门
    1. 安装
      1. 开发安装
    2. 用法
      1. 用于 Warp Terminal 集成
    3. 特征
      1. 执照

        Related MCP Servers

        • -
          security
          F
          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 -
          1
          JavaScript
        • -
          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
          3
          Python
          Apache 2.0
          • Apple

        View all related MCP servers

        ID: ssybaikyvz