Skip to content
Cursor

tiago dados abertos for Cursor

io.github.onsbr/tiago-dados-abertos

MCP server que conecta agentes de IA aos dados abertos do ONS (Operador Nacional do Sistema)

client:Cursor transport:stdio runtime:pypi

Install tiago dados abertos 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": {
    "tiago-dados-abertos": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-tiago-dados-abertos"
      ],
      "env": {
        "MCP_DATA_TZ": "<MCP_DATA_TZ>",
        "MCP_QUERY_TIMEOUT_S": "<MCP_QUERY_TIMEOUT_S>",
        "MCP_HTTP_UA": "<MCP_HTTP_UA>"
      }
    }
  }
}

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

tiago dados abertos in other clients