Odel
pronounce

pronounce

Local
@anzy-renlab-ai39PythonMITUpdated 6 days ago

How engineers pronounce developer jargon — 1,903 confidence-tagged entries with citations.

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).

PyPIpronounce-mcpv0.1.2

Run

uvx pronounce-mcp

MCP client config

{
  "mcpServers": {
    "pronounce": {
      "command": "uvx",
      "args": [
        "pronounce-mcp"
      ]
    }
  }
}
Dockerghcr.io/anzy-renlab-ai/pronounce-mcp:0.1.2

Run

docker run -i --rm ghcr.io/anzy-renlab-ai/pronounce-mcp:0.1.2

MCP client config

{
  "mcpServers": {
    "pronounce": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/anzy-renlab-ai/pronounce-mcp:0.1.2"
      ]
    }
  }
}