konflux-devlake-mcp

konflux-ci/konflux-devlake-mcp
★ 7 stars Python 🗄️ Database Updated 1d ago
MCP server that bridges AI assistants with DevLake databases for natural language data querying and analysis.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "konflux-devlake-mcp": {
      "command": "uvx",
      "args": [
        "konflux-devlake-mcp"
      ]
    }
  }
}

Or install with pip: pip install konflux-devlake-mcp