mcp-server-demo
0
The MCP Text Tools Demo is a basic server demonstrating the Model Context Protocol (MCP) with a text reversing tool. It is designed to be easily set up and used in different modes for versatile application.
MCP Text Tools Demo
- A simple MCP (Model Context Protocol) server example offering text reversing functionality.
- Installation Steps:
- Create and activate a conda environment.
- Install dependencies via
pip
.
- Running The Server:
- Use
stdio
mode by default orSSE
mode on a specified port.
- Use
- Configuration in Cursor:
- Navigate to
Features
>MCP
and add a new MCP server. - Different setup for stdio and SSE modes.
- Navigate to
- Available Tool:
reverse_text
: Accepts input text and returns its reversed version.