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