Skip to content
VS Code

br eli mcp for VS Code

io.github.matematicsolutions/br-eli-mcp

MCP server for Brazilian federal law: legislation, DataJud, STJ, CARF, TST, TCU citations.

client:VS Code transport:stdio runtime:pypi

Install br eli mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "br-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "br-eli-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

br eli mcp in other clients