Skip to main content
DatabasesPython

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

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jovezhong/mcp-timeplus

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
jovezhong