echo-mcp-server-for-testingServer

piebro
GitHub
MCPTestingDeveloper Tools

Loading subscription status...

💡 Description

A simple Model Context Protocol (MCP) echo server with a straightforward echo_tool for testing MCP clients. It serves as a template for new MCP servers.

📝 JSON Entries

{
  "mcpServers": [
    {
      "echo-mcp-server-for-testing": {
        "env": {
          "SECRET_KEY": "123456789"
        },
        "args": [
          "echo-mcp-server-for-testing"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

uvuvx

Features

  • Supports version control and release management via Git.
  • Provides integration with GitHub for automated workflows.

💬 Example Queries

  • Send a message through echo_tool and see the response.