# TimeBase [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/epam/TimeBase-MCP  
**GitHub Stars:** 7  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/timebase

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "timebase": {
    "url": "https://modelcontextprotocol.io/introduction"
  }
}
```

## Documentation & README

# TimeBase MCP

<!-- mcp-name: io.github.epam/TimeBase-MCP -->

A [Model Context Protocol](https://modelcontextprotocol.io/introduction) server that lets a coding agent (Claude Code, VS Code, Cursor, Claude Desktop, etc.) explore and query [TimeBase](https://kb.timebase.info): list streams, read schemas and symbols, preview messages, run QQL queries, and inspect server status and activity.

The server can run two ways:

- **Locally**, your agent launches `timebase-mcp` as a local process (`stdio`) that connects to your TimeBase.
- **Remotely**, you deploy `timebase-mcp` as a shared HTTP service that multiple users connect their agents to.

## Which guide do I need?

| You want to | Go to |
| - | - |
| Use TimeBase MCP locally (Cursor, VS Code, Claude Code/Desktop) | [Agent Plugins Quickstart](https://github.com/epam/TimeBase-Agent-Plugins#quickstart) |
| Manual local setup | [Local setup](https://github.com/epam/TimeBase-MCP/blob/HEAD/docs/local-setup.md) |
| Deploy a shared remote MCP server | [Remote deployment](https://github.com/epam/TimeBase-MCP/blob/HEAD/docs/remote-deployment.md) |
| Connect to a running remote server | [Connect to a remote server](https://github.com/epam/TimeBase-MCP/blob/HEAD/docs/connect-remote.md) |

## Documentation

| Topic | Go to |
| - | - |
| Updating | [Local setup: Updating](https://github.com/epam/TimeBase-MCP/blob/HEAD/docs/local-setup.md#updating) |
| Troubleshooting | [Troubleshooting](https://github.com/epam/TimeBase-MCP/blob/HEAD/docs/troubleshooting.md) |
| Reference | [Environment variables, auth, capabilities](https://github.com/epam/TimeBase-MCP/blob/HEAD/docs/reference/README.md) |

## See also

- [TimeBase Agent Plugins](https://github.com/epam/TimeBase-Agent-Plugins)

