mcp-server

mcp-server

0

This project is an MCP Server built with Node.js and TypeScript, designed for implementing Model Context Protocol endpoints. It allows for robust and scalable server solutions and includes tools for inspection and debugging.

MCP Server

This project is an MCP (Model Context Protocol) server implemented in Node.js with TypeScript.

Main Features

  • Key Endpoints: POST /mcp for MCP requests and GET / for server status.

How to Run

  1. Install dependencies and compile the project.
  2. Start the server, which will listen at http://localhost:3000/.

Development

  • Source code is located in src/.
  • Build output goes to dist/.
  • Utilizes Express and the official MCP SDK.

Inspection Tools