MCP Directory

jovezhong/mcp-timeplus

GitHub
Databases

MCP server for Apache Kafka and Timeplus. Able to list Kafka topics, poll Kafka messages, save Kafka data locally and query streaming data with SQL via Timeplus

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-timeplus

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from jovezhong/mcp-timeplus your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-timeplus": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-timeplus"
      ]
    }
  }
}

Route jovezhong/mcp-timeplus intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-timeplus

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use jovezhong/mcp-timeplus directly without routing

npx -y mcp-timeplus

New to Agent-CoreX? View setup guide →

jovezhong/mcp-timeplus MCP Server — Agent-CoreX