Back to MCP directory
publicPublicdnsLocal runtime

akhq-mcp-server

为Kafka监控工具AKHQ开发的实验性MCP服务端,帮助AI助手连接并辅助用户在AKHQ中工作

article

README

🚀 akhq - mcp - server

实验性模型上下文协议(MCP)服务器,专为Kafka监控工具AKHQ打造。此服务器能助力AI助手(如Claude和Cursor)与用户在AKHQ环境中实现协同工作,提升工作效率与体验。

🚀 快速开始

🔍 前提条件

确保你已经安装了Node.js。

📦 安装指南

将该工具添加到MCP客户端(例如Cursor或Claude),你可以通过打开工具的MCP设置文件,指定一个新的服务器。具体操作如下: 使用npx命令,参数设置为akhq - mcp - server,配置示例如下:

{
    "mcpServers": {
        "akhq": {
            "command": "npx",
            "args": ["akhq-mcp-server"]
        }
    }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client