Skip to main content
Glama
NoveltyEngine

Hello World MCP Server

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 解释器的实际路径(最好在虚拟环境中)。

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 集成

要与 Warp Terminal 一起使用,请转到创建新 MCP 服务器的页面,然后在“运行命令”中输入以下内容:

/path/to/your/python -m python_hello_warp_mcp

这允许 Warp Terminal 通过标准输入和输出与您的 MCP 服务器进行通信。

特征

这个简单的 MCP 服务器提供:

  1. 返回问候消息的hello工具

  2. 提供个性化问候的greeting://资源

执照

麻省理工学院

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A 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.
    -
  • -
    license
    C
    quality
    Not graded
    maintenance
    A 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.
    1
    16
    -
  • A
    license
    C
    quality
    D
    maintenance
    A 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.
    1
    16
    MIT

Latest Blog Posts

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