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.
Hello World MCP Server for Warp Terminal
A starting point for anyone who wants to create their own MCP server. It's Warp-specific because I didn't taken the time to make it generic/universal, but it shouldn't take much work to make work for anything.
Installation
Development Installation
Related MCP server: curl mcp
Usage
For Warp Terminal Integration
To use with Warp Terminal, go to the page to create a new MCP server, and enter this in "Command to run":
This allows Warp Terminal to communicate with your MCP server via standard input and output.
Features
This simple MCP server provides:
A
hellotool that returns a greeting messageA
greeting://resource that provides a personalized greeting
License
MIT