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 andGET /
for server status.
How to Run
- Install dependencies and compile the project.
- 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
- Use MCP Inspector for testing and inspecting your MCP server.