A basic Model Context Protocol (MCP) server built with Express.
pnpm installpnpm startOr with auto-reload during development:
pnpm run dev- MCP Server: Communicates via stdio for Claude Desktop/Cursor integration
- Express Server: HTTP endpoints (optional, for health checks or other HTTP needs)
Tools can be added in the ListToolsRequestSchema handler (define tools) and CallToolRequestSchema handler (implement tool logic).
pnpm test