Skip to content
Zed

regintel mcp for Zed

io.github.ad0750/regintel-mcp

MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.

client:Zed transport:stdio runtime:pypi

Install regintel mcp 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": {
    "regintel-mcp": {
      "command": "uvx",
      "args": [
        "regintel-mcp"
      ],
      "env": {
        "REGINTEL_API_KEY": "<REGINTEL_API_KEY>"
      }
    }
  }
}

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

regintel mcp in other clients