Skip to content
Cline

TimeBase for Cline

io.github.epam/timebase-mcp

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

client:Cline transport:stdio runtime:pypi

Install TimeBase in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "timebase-mcp": {
      "command": "uvx",
      "args": [
        "timebase-mcp"
      ],
      "env": {
        "TIMEBASE_URL": "<TIMEBASE_URL>",
        "TIMEBASE_SERVERS": "<TIMEBASE_SERVERS>",
        "TIMEBASE_USERNAME": "<TIMEBASE_USERNAME>",
        "TIMEBASE_PASSWORD": "<TIMEBASE_PASSWORD>",
        "TIMEBASE_OAUTH2_TOKEN_URL": "<TIMEBASE_OAUTH2_TOKEN_URL>",
        "TIMEBASE_OAUTH2_CLIENT_ID": "<TIMEBASE_OAUTH2_CLIENT_ID>",
        "TIMEBASE_OAUTH2_CLIENT_SECRET": "<TIMEBASE_OAUTH2_CLIENT_SECRET>",
        "TIMEBASE_OAUTH2_SCOPE": "<TIMEBASE_OAUTH2_SCOPE>",
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>",
        "TIMEBASE_AUTH_MODE": "<TIMEBASE_AUTH_MODE>",
        "MCP_HOST": "<MCP_HOST>",
        "MCP_PORT": "<MCP_PORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

TimeBase in other clients