mockserver-monorepo

mock-server/mockserver-monorepo
★ 4,879 stars Java 💻 Code/Dev Tools Updated today
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mockserver-monorepo": {
      "command": "npx",
      "args": [
        "-y",
        "mock-server/mockserver-monorepo"
      ]
    }
  }
}

README Excerpt

MockServer            [![Build status](https://badge.buildkite.com/3b6803f4fe98cb5ed7bf18292a1434f800b53d8fecb92811d8.svg?branch=master&style=square&theme=slack)](https://buildkite.com/mockserver/mockserver) ===== MockServer is an HTTP(S) **mock server and proxy** for testing. Mock any HTTP/HTTPS, REST, gRPC, or JSON-RPC dependency; record-and-replay real traffic as a proxy; and drive it all from a client library (Java, Node, Python, Ruby) or a b

Topics

aichaos-engineeringgrunt-pluginhomebrewjava-clientjavascript-clientllmmcpmock-servernode-clientnode-moduleproxypythonruby-clienttesting