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).
Run
uvx timebase-mcp
MCP client config
{
"mcpServers": {
"timebase": {
"command": "uvx",
"args": [
"timebase-mcp"
]
}
}
}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"
]
}
}
}