mcp-server-demo

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 or SSE mode on a specified port.
  • Configuration in Cursor:
    • Navigate to Features > MCP and add a new MCP server.
    • Different setup for stdio and SSE modes.
  • Available Tool:
    • reverse_text: Accepts input text and returns its reversed version.