mix localize_mcp (Localize MCP v0.1.0)

View Source

Starts the Localize MCP server on stdio, the transport Claude Desktop / Claude Code / Zed use by default.

Usage

mix localize_mcp

Logs go to stderr; JSON-RPC frames go on stdin/stdout. The task blocks until the OS process is killed.

Host configuration

See the Host configuration guide for Claude Code, Claude Desktop, Codex CLI, ChatGPT, and Zed. The Claude Code one-liner, run inside the project directory:

claude mcp add localize -- mix localize_mcp

Hosts without a per-project working directory launch via a login shell: sh -lc "cd /path/to/project && mix localize_mcp".