Skip to content

blocksan/mcp-node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MCP Node Server

A basic Node.js server that displays "MCP server running" on port 4999.

Setup

  1. Clone the repository:

    git clone https://github.com/blocksan/mcp-node-server.git
    cd mcp-node-server
  2. Install dependencies:

    npm install
  3. Start the server:

    npm start

    For development with auto-reload:

    npm run dev

Endpoints

  • GET /: Displays "MCP server running"

Server Details

About

A basic Node.js server for MCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published