MCP Echo Server
A simple MCP (Messaging Control Protocol) server that echoes back text messages.
Features
- Echo a message
Installation
# Install dependencies
npm install
Usage
Development
# Build server
npm run build
Declare MCP server
{
"mcpServers": {
"echo-mcp-server": {
"command": "node",
"args": ["<absolute-path-to-project-folder>/dist/index.js"]
}
}
}
Recommend MCP Servers 💡
mcp-text-editor
A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage.
list-current-dir-files
An example MCP server built with Foxy Contexts, demonstrating how to list current directory files.
garak-mcp
A lightweight MCP server that integrates with Garak LLM vulnerability scanner to provide tools for listing model types, models, Garak probes, running attacks, and getting reports.
jupyter-notebook-mcp
A Model Context Protocol (MCP) for Jupyter Notebook
@kukapay/whattimeisit-mcp
A lightweight MCP server that returns the current time based on the user's IP address.
mcp-git
A Model Context Protocol server for Git repository interaction and automation via Large Language Models.