Server data from the Official MCP Registry
Explore and query TimeBase streams, schemas, QQL, symbols, and server status via MCP.
Explore and query TimeBase streams, schemas, QQL, symbols, and server status via MCP.
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TIMEBASE_URL
Environment variable: TIMEBASE_SERVERS
Environment variable: TIMEBASE_USERNAME
Environment variable: TIMEBASE_PASSWORD
Environment variable: TIMEBASE_OAUTH2_TOKEN_URL
Environment variable: TIMEBASE_OAUTH2_CLIENT_ID
Environment variable: TIMEBASE_OAUTH2_CLIENT_SECRET
Environment variable: TIMEBASE_OAUTH2_SCOPE
Environment variable: MCP_LOG_LEVEL
Environment variable: TIMEBASE_AUTH_MODE
Environment variable: MCP_HOST
Environment variable: MCP_PORT
Environment variable: MCP_AUTH_PUBLIC_URL
Environment variable: MCP_AUTH_AUDIENCE
Environment variable: MCP_AUTH_API_KEYS_FILE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-epam-timebase-mcp": {
"env": {
"MCP_HOST": "your-mcp-host-here",
"MCP_PORT": "your-mcp-port-here",
"TIMEBASE_URL": "your-timebase-url-here",
"MCP_LOG_LEVEL": "your-mcp-log-level-here",
"TIMEBASE_SERVERS": "your-timebase-servers-here",
"MCP_AUTH_AUDIENCE": "your-mcp-auth-audience-here",
"TIMEBASE_PASSWORD": "your-timebase-password-here",
"TIMEBASE_USERNAME": "your-timebase-username-here",
"TIMEBASE_AUTH_MODE": "your-timebase-auth-mode-here",
"MCP_AUTH_PUBLIC_URL": "your-mcp-auth-public-url-here",
"TIMEBASE_OAUTH2_SCOPE": "your-timebase-oauth2-scope-here",
"MCP_AUTH_API_KEYS_FILE": "your-mcp-auth-api-keys-file-here",
"TIMEBASE_OAUTH2_CLIENT_ID": "your-timebase-oauth2-client-id-here",
"TIMEBASE_OAUTH2_TOKEN_URL": "your-timebase-oauth2-token-url-here",
"TIMEBASE_OAUTH2_CLIENT_SECRET": "your-timebase-oauth2-client-secret-here"
},
"args": [
"8000:8000",
"timebase-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
The server can run two ways:
timebase-mcp as a local process (stdio) that connects to your TimeBase.timebase-mcp as a shared HTTP service that multiple users connect their agents to.| You want to | Go to |
|---|---|
| Use TimeBase MCP locally (Cursor, VS Code, Claude Code/Desktop) | Agent Plugins Quickstart |
| Manual local setup | Local setup |
| Deploy a shared remote MCP server | Remote deployment |
| Connect to a running remote server | Connect to a remote server |
| Topic | Go to |
|---|---|
| Updating | Local setup: Updating |
| Troubleshooting | Troubleshooting |
| Reference | Environment variables, auth, capabilities |
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.