Time Base MCP Server

A Model Context Protocol server that lets a coding agent (Claude Code, VS Code, Cursor, Claude Desktop, etc.) explore and query TimeBase: list streams, read schemas and symbols, preview messages, run QQL queries, and inspect server status and activity. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 7 · #193 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Time Base

Claude Code

claude mcp add epam-timebase-mcp -- uvx timebase-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "epam-timebase-mcp": {
      "command": "uvx",
      "args": [
        "timebase-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

pypi package timebase-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.epam is GitHub-verified and matches the repo owner

03 · What Time Base can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.2 · 2026-08-05

Upgrade MCP SDK to v2 ( This adds support for MCP 2026-07-28 version. · Allow making TimeBase connection read-only per-instance ( · Improve tool parameter sanitization ( · Add DNS rebinding protection options ( · Add…

v0.2.1 · 2026-07-28

Fixes · Improve tool call cancellation and connection drop handling ( · CI · Add official MCP Registry publishing job ( · > [!WARNING] · > v0.1.x users should check out the v0.2.0 release notes before updating

v0.2.0 · 2026-07-08

Add remote deployment support (see Remote Deployment guide) · Add TimeBase multi-server support (see Multi-server TimeBase configuration docs) · Make TimeBase connections reusable between the tool calls · Add global…

04 · Who maintains Time Base

TimeBase is maintained by epam. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #193 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-05)
registry
io.github.epam/TimeBase-MCP (active, first published 2026-07-28 · 2 versions)
packages
pypi:timebase-mcp · oci:ghcr.io/epam/timebase-mcp:0.2.2

06 · Time Base FAQ

What is Time Base?

A Model Context Protocol server that lets a coding agent (Claude Code, VS Code, Cursor, Claude Desktop, etc.) explore and query TimeBase: list streams, read schemas and symbols, preview messages, run QQL queries, and inspect server status and activity. It runs locally over stdio via the published package.

Is Time Base still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Time Base?

Run `uvx timebase-mcp`. You can also paste the ready-made client config above.

Does Time Base run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Time Base

More MCP servers to compare · Ble MCP Server · Serial MCP Server · Vscode Demo Time · Strategy Skills · Rosetta MCP

More Python MCP servers · Applemusic MCP · Liquid · Dbgprobe MCP Server · see all