br eli mcp for Cursor
io.github.matematicsolutions/br-eli-mcp
MCP server for Brazilian federal law: legislation, DataJud, STJ, CARF, TST, TCU citations.
client:Cursor
transport:stdio
runtime:pypi
Install br eli mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"br-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"br-eli-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs