Skip to main content

MCP server for read-only access to dashboard databases

Project description

Dashboards MCP

MCP (Model Context Protocol) server that gives Claude read-only access to dashboard databases.

Requirements

  • uv — install once: curl -LsSf https://astral.sh/uv/install.sh | sh
  • BASE_URL and AUTH_KEY — provided separately

Connecting to Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "dashboards": {
      "command": "uvx",
      "args": [
        "dashboards-mcp"
      ],
      "env": {
        "BASE_URL": "https://your-api-gateway.example.com",
        "AUTH_KEY": "your_secret_key"
      }
    }
  }
}

Restart Claude Desktop. The server installs and starts automatically.

Connecting to Claude Code (CLI)

claude mcp add dashboards \
  -e BASE_URL=https://your-api-gateway.example.com \
  -e AUTH_KEY=your_secret_key \
  -- uvx dashboards-mcp

Local development

cp .env.example .env  # fill in BASE_URL and AUTH_KEY
uv run --env-file .env dashboards-mcp

Updating

To pick up the latest version, remove the cached install and restart Claude:

uv cache clean

Environment variables

Variable Required Default Description
BASE_URL Yes API gateway base URL (HTTPS only)
AUTH_KEY Yes Authentication key
MAX_ROWS No 500 Maximum rows returned per query
CONNECTION_TIMEOUT No 30 HTTP connection timeout in seconds

Available tools

Tool Description
set_country Set the active database
list_tables List all tables in the active database
describe_table Get column definitions for a table
execute_query Run a SELECT query against the active database

Only SELECT statements are allowed. Results are capped at MAX_ROWS rows by default.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dashboards_mcp-0.1.3.tar.gz (73.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dashboards_mcp-0.1.3-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file dashboards_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: dashboards_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 73.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dashboards_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 071d59adcc372875bd11b3ab98c95da0ac4b3c3e942b7ce49fed7e20e833df57
MD5 e047588a0bf4bf4fef069089095dffa8
BLAKE2b-256 945b4c5e5f75f5dbfa5520d8ea0d5a18e7479345e0fceec246411be28deb1775

See more details on using hashes here.

Provenance

The following attestation bundles were made for dashboards_mcp-0.1.3.tar.gz:

Publisher: publish.yml on Ilya1991/dashboards-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dashboards_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: dashboards_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dashboards_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b4427766519f6ac109ad0155394b382884e2e9ba9ce65edd53a79538c9b4264c
MD5 f6e8b29cc648a01470c5a504229c1c4b
BLAKE2b-256 8c69950da5912a2cebe3fd1893daa95bc10af77142100aacf1618ed2549e6f86

See more details on using hashes here.

Provenance

The following attestation bundles were made for dashboards_mcp-0.1.3-py3-none-any.whl:

Publisher: publish.yml on Ilya1991/dashboards-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page