New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@muhtalipdede/echo-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@muhtalipdede/echo-mcp-server

A simple echo server using Model Context Protocol

latest
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

Echo MCP Server

This folder contains an example implementation of an MCP (Model Context Protocol) server using Node.js. The server includes a simple tool called echo_tool that echoes back the input provided by the client.

Getting Started

  • Install dependencies:

    npm install
    
  • Run the server:

    npm start
    

Usage

The echo_tool accepts a string input and returns the same string as output. This is useful for testing and understanding the basic functionality of an MCP server.

FAQs

Package last updated on 10 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts