A basic Node.js server that displays "MCP server running" on port 4999.
-
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
GET /
: Displays "MCP server running"
- Port: 4999
- URL: http://localhost:4999