📦
io.github.bharath-krishna/mcp-test
A simple MCP server with an echo tool for testing purposes
0 installs
Trust: 37 — Low
Devtools
Ask AI about io.github.bharath-krishna/mcp-test
Powered by Claude · Grounded in docs
I know everything about io.github.bharath-krishna/mcp-test. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Test Server
mcp-name: io.github.bharath-krishna/mcp-test
A simple Model Context Protocol (MCP) server with an echo tool for testing purposes.
Features
- Echo Tool: Returns back any message you send to it
Installation
pip install mcp-echo-server
Usage
Add this server to your MCP client configuration:
{
"mcpServers": {
"mcp-echo-server": {
"command": "mcp-echo-server"
}
}
}
Development
Install in development mode:
uv pip install -e .
Tools
echo
Echoes back the provided message.
Input:
message(string, required): The message to echo back
Example:
{
"message": "Hello, world!"
}
Output:
Echo: Hello, world!
