MCP.so
登录

KWDB MCP Server

@KWDB

关于 KWDB MCP Server

KWDB MCP Server

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

KWDB

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is KWDB MCP Server?

The KWDB MCP Server is a server implementation based on the Model Context Protocol (MCP) that provides tools and resources for interacting with the KWDB database, supporting reading, writing, querying, and DDL operations. It is designed for users who want to integrate business intelligence functionality with LLMs via the MCP protocol.

How to use KWDB MCP Server?

Build from source code using Go 1.23+ and install the KWDB database with a configured user. Run the binary to expose MCP tools via StdIO or HTTP SSE. The server automatically communicates with the KWDB instance using the PostgreSQL driver.

Key features of KWDB MCP Server

  • Execute read-only queries (SELECT, SHOW, EXPLAIN)
  • Perform write and DDL operations (INSERT, UPDATE, DELETE, CREATE, DROP, ALTER)
  • Query historical runtime metrics via /ts/query API
  • Automatic LIMIT 20 added to SELECT queries without limit
  • Separate tools for read and write operations for security
  • Consistent error handling with isError flag and JSON-RPC error responses
  • Expose database metadata, table schemas, and product info as MCP Resources
  • Provide reusable MCP Prompts for syntax guides, cluster management, troubleshooting, and more

Use cases of KWDB MCP Server

  • Business intelligence integration with LLMs through MCP
  • Query and explore KWDB database schemas and metadata
  • Perform data modifications and DDL operations via natural language
  • Retrieve historical performance metrics for monitoring and analysis
  • Access curated syntax guides and best practices for KWDB

FAQ from KWDB MCP Server

What runtime dependencies does KWDB MCP Server require?

How does KWDB MCP Server handle large result sets?

What transports does KWDB MCP Server support?

How are read and write operations separated for security?

Is authentication required to connect to KWDB?

评论

其他 分类下的更多 MCP 服务器