claude-exasol-mcp

appilivamsikrishna/claude-exasol-mcp
★ 0 stars JavaScript Database Updated today
Community Claude Code plugin to query Exasol in natural language via a read-only MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-exasol-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "appilivamsikrishna/claude-exasol-mcp"
      ]
    }
  }
}

README Excerpt

A **community** Claude Code plugin that lets you query an [Exasol](https://www.exasol.com/) database in natural language. It ships a small **read-only MCP server** plus an `exasol-ask` skill, so you can ask questions like *"which machines had the most downtime last week?"* and Claude explores the schema, writes the SQL, runs it,
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →