databases

Mcp Timeplus

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

python
cloud
databases
0
View on GitHub

Installation

npx -y jovezhong/mcp-timeplus

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-timeplus",
  "command": "npx",
  "args": [
    "-y",
    "jovezhong/mcp-timeplus"
  ]
}

About This MCP Server

jovezhong/mcp-timeplus

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

GitHub: https://github.com/jovezhong/mcp-timeplus

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub