ExMCP Test
Provides a test implementation of an MCP (Model Context Protocol) server for experimentation.
About
ExMCP Test is a test server implementation of the Model Context Protocol (MCP) built in Elixir. It's designed for experimenting with the MCP protocol and features a JSON-RPC 2.0 compliant server, support for standard MCP methods, a pluggable validation and middleware pipeline, and schema-driven request/response validation. An OpenRPC specification is also included, allowing for easy exploration of the API.
Key Features
- Pluggable validation and middleware pipeline
- JSON-RPC 2.0 compliant server
- Supports standard MCP protocol methods
- Schema-driven request/response validation
- Includes OpenRPC specification
- 9 GitHub stars
Use Cases
- Experimenting with the MCP protocol
- Validating MCP server configurations
- Testing MCP client implementations