← All servers
πŸ”Œ

MockserverPublisherπŸ›‘ No advisories

com.mock-server/mockserver
New to MCP? Start here β†’
4.9kβ˜… stars
0weekly installs
10 hours agolast release

Provenancewhere it came from, and what was verified

✦
First-party publisher

Published by the owner of mock-server.com, who proved control of the domain through the official MCP registry.

Verified owner: mock-server.com β†—com.mock-server/mockserver

πŸ›‘ Permissions & trustwhat this server can touch before you run it

No permission details are published for this server yet. Check the source before you run it.

About

Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP.

Packages & transports

dockerdocker.io/mockserver/mockserver:7.4.0vlatest Β· docker run
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "mockserver": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/mockserver/mockserver:7.4.0"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm docker.io/mockserver/mockserver:7.4.0
Mockserver, an MCP server Β· SocketCat