Hello World MCP Server
Hello World MCP-сервер для Warp Terminal
Отправная точка для тех, кто хочет создать свой собственный сервер MCP. Он специфичен для Warp, потому что я не тратил время на то, чтобы сделать его универсальным, но не должно потребоваться много усилий, чтобы заставить работать что угодно.
Установка
Разработка Установка
# 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]"Related MCP server: Hello World MCP Server
Использование
Для интеграции Warp-терминала
Для использования с Warp Terminal перейдите на страницу создания нового сервера MCP и введите следующее в поле «Команда для запуска»:
/path/to/your/python -m python_hello_warp_mcpЭто позволяет Warp Terminal взаимодействовать с вашим сервером MCP через стандартный ввод и вывод.
Функции
Этот простой MCP-сервер обеспечивает:
Инструмент
hello, который возвращает приветственное сообщениеРесурс
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.
This server cannot be installed
Maintenance
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
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
- -licenseNot 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.116-
- 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.116MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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