Mcp Framework
Simplifies building Model Context Protocol (MCP) servers in TypeScript with automated tool, resource, and prompt discovery.
About
MCP Framework provides a structured approach to building Model Context Protocol (MCP) servers, leveraging TypeScript for type safety and ease of development. It offers automatic directory-based discovery for tools, resources, and prompts, streamlining the development process. This version focuses on improved reliability by replacing file-based logging with console output, ensuring compatibility and eliminating file system dependency issues. A command-line interface (CLI) simplifies project creation and management, making it easy to add tools, prompts, and resources. It also supports multiple transport options, including stdio and Server-Sent Events (SSE), with flexible authentication and CORS configurations.
Key Features
- Multiple transport support (stdio, SSE)
- 0 GitHub stars
- Automatic discovery and loading of tools, resources, and prompts
- TypeScript-first development with full type safety
- CLI for project creation and management
- Simplified logging system with console output
Use Cases
- Developing resource endpoints for AI model context
- Creating custom tools and prompts for AI models
- Building integrations with Claude Desktop