Skip to content

Querido Diário MCP Server for Zed

io.github.lucaspmgomess/querido-diario-mcp-server

Unofficial, read-only MCP server for the public Querido Diário API (Brazilian municipal gazettes)

client:Zed transport:stdio runtime:pypi

Install Querido Diário MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "querido-diario-mcp-server": {
      "command": "uvx",
      "args": [
        "querido-diario-mcp-server"
      ],
      "env": {
        "QD_API_BASE_URL": "<QD_API_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Querido Diário MCP Server in other clients