@hackage mcp0.2.0.0
A Haskell implementation of the Model Context Protocol (MCP)
Categories
License
MIT
Maintainer
mpg@mpg.is
Links
Versions
Installation
Dependencies (26)
- aeson >=2.1 && <2.3
- async >=2.2 && <2.3
- base ^>=4.18.2.1
- base64-bytestring >=1.2 && <1.3
- bytestring >=0.11 && <0.12
- containers >=0.6 && <0.7 Show all…
Dependents (0)
This library provides a complete implementation of the Model Context Protocol (MCP) for Haskell. MCP is a protocol that enables seamless communication between AI models and external tools, resources, and services. This implementation includes support for resources, tools, prompts, and all standard MCP message types. It provides both a server framework and type definitions for building MCP-compliant applications. . Features dual transport support: . * StdIO transport for process-based clients (e.g., Claude Desktop) * HTTP transport following the official MCP specification for web-based integration, and supports OAuth authentication. . Both transports use the same MCPServer typeclass, allowing seamless switching between communication methods while maintaining identical server logic.