MCP Node Server\
\ A basic Node.js server that displays "MCP server running" on port 4999.\ \
Setup\
\
- Clone the repository:\
git clone https://github.com/blocksan/mcp-node-server.git\
cd mcp-node-server\\
- Install dependencies:\
npm install\\
- Start the server:\
npm start\\ For development with auto-reload:\
npm run dev\\
Endpoints\
\
GET /: Displays "MCP server running"\
\
Server Details\
\
- Port: 4999\
- URL: http://localhost:4999

