An MCP Server and Client that provides a yardstick implementation and reference for testing.
- Server
- Full Transport Coverage: Supports running in all three transport types (
stdio
,sse
andstreamable-http
) - Deterministic response: Provides the ability for deterministic testing, ensuring each response is tied to its specific request
- Securely built: Secure and minimal OCI Image that does not require elevated privileges to run
- Full Transport Coverage: Supports running in all three transport types (
- Client
- Full Transport Coverage: Supports running against all types of MCP Servers (
stdio
,sse
andstreamable-http
) - Support for Containers: Containerised MCP Servers are supported (and preferred)
- Full Transport Coverage: Supports running against all types of MCP Servers (
Currently there are many Clients and MCP Servers that do many things, however there weren't any that satisfied our need for testing. We required a deterministic MCP server that had first class container support and was securely built. We also required Clients that can be used against all three transport types that can be used in a testing process.
We welcome contributions to this MCP server! If you'd like to contribute, please review the CONTRIBUTING guide for details on how to get started.
If you run into a bug or have a feature request, please
open an issue in the repository
or join us in the #mcp-servers
channel on our
community Discord server.
This project is licensed under the Apache v2 License - see the LICENSE file for details.