Skip to main content
Glama
dbuddyamaya

mcp-server-local

by dbuddyamaya

mcp-server-local

A local MCP server that exposes five read-only tools for querying an AWS Athena database, for use with Claude Desktop (or any other MCP-compatible client) running on your own machine.

Tools

  • list_tables — list all tables in the configured database

  • describe_table — show columns and types for a table

  • query — run an arbitrary SELECT query (a LIMIT is enforced; writes are blocked)

  • sample_table — return a sample of rows from a table

  • table_stats — get a row count for a table

Related MCP server: Amazon Athena MCP Server by CData

Setup

  1. Install dependencies:

    npm install
  2. Copy .env.example to .env and fill in your Athena workgroup, output location, and database name:

    cp .env.example .env
  3. Make sure AWS credentials are available to the process through the standard AWS SDK credential chain — e.g. run aws configure, set AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY in your shell, or use an IAM role/profile. Credentials are deliberately not read from .env so they don't end up in a file that could be committed or shared.

  4. Add it to Claude Desktop: Settings → Developer → Edit Config, and add an entry like this (adjust the path to where you cloned this repo):

    {
      "mcpServers": {
        "mcp-server-local": {
          "command": "node",
          "args": ["/absolute/path/to/mcp-server-local/index.js"]
        }
      }
    }
  5. Restart Claude Desktop. The five tools above should now be available.

Notes

  • Only SELECT queries are allowed — INSERT/UPDATE/DELETE/DROP/ CREATE/ALTER/TRUNCATE are rejected.

  • query and sample_table cap results at 1000 and 500 rows respectively.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    This read-only MCP Server allows you to connect to Amazon DynamoDB data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    This read-only MCP Server allows you to connect to Amazon Athena data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    This read-only MCP Server allows you to connect to Amazon S3 data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbuddyamaya/mcp-server-local'

If you have feedback or need assistance with the MCP directory API, please join our Discord server