Odel
TimeBase

TimeBase

Local
@epam7PythonApache-2.0Updated 1w ago

Explore and query TimeBase streams, schemas, QQL, symbols, and server status via MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItimebase-mcpv0.2.3

Run

uvx timebase-mcp

MCP client config

{
  "mcpServers": {
    "timebase": {
      "command": "uvx",
      "args": [
        "timebase-mcp"
      ]
    }
  }
}
Dockerghcr.io/epam/timebase-mcp:0.2.3

Run

docker run -i --rm ghcr.io/epam/timebase-mcp:0.2.3

MCP client config

{
  "mcpServers": {
    "timebase": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/epam/timebase-mcp:0.2.3"
      ]
    }
  }
}