Skip to content
Cursor

ASAM ODS odsbox jaquel MCP Server for Cursor

io.github.totonga/odsbox-jaquel-mcp

MCP server for ASAM ODS with Jaquel query tools, connection management, and data access

client:Cursor transport:stdio runtime:pypi

Install ASAM ODS odsbox jaquel MCP Server in Cursor

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

{
  "mcpServers": {
    "odsbox-jaquel-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "odsbox-jaquel-mcp"
      ]
    }
  }
}

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

ASAM ODS odsbox jaquel MCP Server in other clients