Skip to main content

Module mcp

Module mcp 

Source
Expand description

Mcp command - proxy stdio JSON-RPC to Materialize’s developer MCP server.

Materialize exposes a developer MCP server at POST /api/mcp/developer over HTTP with HTTP Basic auth. Most MCP clients (Claude Desktop, Claude Code, Cursor) launch their MCP servers as subprocesses speaking JSON-RPC over stdio. This command bridges the two: read newline-delimited JSON-RPC from stdin, POST each message to the developer endpoint with the active profile’s credentials, and write each response back to stdout.

Functions§

run
Proxy stdio JSON-RPC to the developer MCP HTTP endpoint.