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
{
"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