Sloot icon

Sloot

Provides a complete TypeScript Model Context Protocol server implementation using Express.js and the official MCP SDK.

소개

Sloot is a robust server-side solution for implementing the Model Context Protocol (MCP), built entirely in TypeScript on top of Express.js. It offers a RESTful API with full MCP protocol support, automatic session management, and streamable transport via Server-Sent Events (SSE). The server comes with built-in examples like echo, time, and calculator tools, and emphasizes type safety. It's designed to be easily extendable, allowing developers to add custom tools and resources, making it a flexible backend for any MCP client integration.

주요 기능

  • 0 GitHub stars
  • Full TypeScript implementation ensuring strict type safety
  • HTTP-based Streamable Transport with Server-Sent Events (SSE)
  • Express.js HTTP Server with RESTful API and MCP protocol support
  • Automatic session management with UUID-based session IDs
  • Built-in example tools (echo, time, calculator)

사용 사례

  • Building custom MCP-compliant backend services
  • Developing and testing new MCP tools and resources
  • Integrating with MCP clients for real-time communication