Odel
zod contract mock forge mcp

zod contract mock forge mcp

Local
@vola-treblaJavaScriptMITUpdated 3mo ago

MCP server for deterministic mock generation and API contract scaffolding using Zod schemas

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmzod-contract-mock-forge-mcpv0.2.0

Run

npx -y zod-contract-mock-forge-mcp

MCP client config

{
  "mcpServers": {
    "zod-contract-mock-forge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zod-contract-mock-forge-mcp"
      ]
    }
  }
}