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).
Run
uvx pronounce-mcp
MCP client config
{
"mcpServers": {
"pronounce": {
"command": "uvx",
"args": [
"pronounce-mcp"
]
}
}
}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"
]
}
}
}