dictionary for VS Code
io.github.pipeworx-io/dictionary
Dictionary MCP — wraps Free Dictionary API (free, no auth)
client:VS Code
transport:streamable-http
Install dictionary in VS Code
.vscode/mcp.json
{
"servers": {
"dictionary": {
"type": "http",
"url": "https://gateway.pipeworx.io/dictionary/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs