Skip to content
Cursor

regintel mcp for Cursor

io.github.ad0750/regintel-mcp

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

client:Cursor transport:stdio runtime:pypi

Install regintel mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "regintel-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "regintel-mcp"
      ],
      "env": {
        "REGINTEL_API_KEY": "<REGINTEL_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

regintel mcp in other clients