This is a bare-bones test server that demonstrates the MCP protocol's three core primitives: tools, prompts, and resources. It's explicitly labeled as a test implementation, so you'd use it for understanding how MCP servers work under the hood or as a reference when building your own. The streamable HTTP transport makes it easy to spin up in Docker and poke at the endpoints. Don't expect production-ready functionality here. It's scaffolding code meant for learning the protocol patterns, not solving real integration problems.
claude mcp add --transport stdio io.github.oleksii-donets-simple_mcp_http -- docker run -i --rm docker.io/d0nets/simple-mcp-http:0.0.4