Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. MCP Alchemy
MCP Alchemy logo
Health: ActiveRecent health check succeeded.Last checked 9/10/2026, 9:01:07 AM

MCP Alchemy

User RatingsBe the first to rate and review this MCP server!
View Repository419 GitHub StarsTotal stargazers on GitHub for the source repository (419 stars).Visit Website
databasessqlsqlalchemyschema-inspectiondeveloper-tools

Connects Claude Desktop to SQLAlchemy-compatible databases for schema inspection, SQL execution, and large-result analysis.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "runekaagaard-mcp-alchemy": {
      "command": "uvx",
      "args": [
        "--from",
        "mcp-alchemy==2026.9.5.185701",
        "--refresh-package",
        "mcp-alchemy",
        "mcp-alchemy"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (4) Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

The runekaagaard/mcp-alchemy MCP server connects an MCP client to a database through SQLAlchemy and exposes tools for listing tables, inspecting schemas, and executing SQL. Configure a required DB_URL with a SQLAlchemy database URL, then provide the matching Python database driver when needed. It supports PostgreSQL, MySQL, MariaDB, SQLite, Oracle, Microsoft SQL Server, CrateDB, Vertica, and other SQLAlchemy-compatible databases. Reach for it when an agent needs to explore relational data, validate queries, or analyze results that may exceed its context window.

Use cases

β€’Inspect relational database schemas
β€’Find tables by name
β€’Draft and validate SQL queries
β€’Analyze large query results
β€’Review foreign-key relationships

Key features

β€’SQLAlchemy-compatible database access
β€’Table and schema inspection
β€’Foreign-key relationship discovery
β€’Parameterized SQL execution
β€’Configurable result truncation
β€’Optional large-result file access

Capabilities & Tool Schemas (4) ~6 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Alchemy.

q

Callable MCP tool function

table_names

Callable MCP tool function

query

Callable MCP tool function

params

Callable MCP tool function

How MCP Alchemy works

What runekaagaard/mcp-alchemy MCP server does

The runekaagaard/mcp-alchemy MCP server gives an MCP client access to a configured SQLAlchemy database. It is intended for database discovery and query-oriented analysis rather than application-specific business actions. An agent can find tables, inspect columns and relationships, and run SQL with optional parameters.

The README documents support for PostgreSQL, MySQL, MariaDB, SQLite, Oracle, Microsoft SQL Server, CrateDB, Vertica, and other databases with SQLAlchemy dialects. The actual database coverage depends on SQLAlchemy compatibility and the driver installed for the selected dialect.

How it works

The server reads a database connection URL from DB_URL and creates a SQLAlchemy engine. Database-specific drivers are supplied separately when launching the server; the examples use psycopg2-binary for PostgreSQL, pymysql for MySQL and MariaDB, pymssql for Microsoft SQL Server, oracledb for Oracle, sqlalchemy-cratedb for CrateDB, and vertica-python for Vertica.

Its discovery flow can begin with a complete table listing or a substring filter. Schema inspection accepts selected table names and reports columns, types, primary keys, nullability, and foreign-key relationships. Query execution returns rows in a vertical, readable format, formats dates as ISO values, displays NULL explicitly, and truncates output according to a configurable character limit.

The server uses a connection pool aimed at long-running MCP processes. Its documented defaults include connection liveness checks, one persistent connection, limited overflow capacity, one-hour connection recycling, and autocommit isolation. These engine settings can be changed with a JSON object in DB_ENGINE_OPTIONS.

Setup and configuration

Install uv, then launch the package with uvx or run the checked-out source with uv. A typical packaged configuration uses the mcp-alchemy package and ends with the mcp-alchemy executable. SQLite requires no additional driver in the documented example; other database types need the appropriate --with dependency.

Required configuration:

  • DB_URL: a SQLAlchemy database URL, including credentials and dialect details where applicable.

Optional configuration includes CLAUDE_LOCAL_FILES_PATH, EXECUTE_QUERY_MAX_CHARS, and DB_ENGINE_OPTIONS. The output limit defaults to 4000 characters. DB_ENGINE_OPTIONS must contain JSON representing SQLAlchemy engine options.

Tools and capabilities

The documented API provides these operations:

  • List every table in the database.
  • Filter table names using a search string.
  • Retrieve detailed definitions for selected tables.
  • Execute SQL with an optional parameter object.
  • Work with complete query results through the separate claude-local-files integration when its path is configured.

With that integration enabled, the runekaagaard/mcp-alchemy MCP server can make full result sets available outside the normal response window for reports, visualizations, and further analysis. The README describes this as an optional companion configuration, not a built-in database export system.

Limitations and notes

The server requires a valid SQLAlchemy connection URL and a compatible database driver. Credentials are typically part of that URL, so configuration should protect the resulting client settings. Large-query output is truncated unless the optional local-files workflow is configured. The README’s packaged examples pin version 2026.8.1.2602; cached package metadata may briefly cause version errors after a release, in which case restarting the MCP client is recommended.

The listed tool names in the README API are all_table_names, filter_table_names, schema_definitions, and execute_query; these correspond to the table-listing, filtering, schema, and query functions exposed by the server. The runekaagaard/mcp-alchemy MCP server does not document write-specific tools or database migration features, so it should be evaluated primarily for inspection and SQL execution use cases.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • MCP Server Sqlalchemy logoMCP Server Sqlalchemy

    An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc)

    πŸ—„οΈ Databases3 views
    Compare vs MCP Server Sqlalchemy β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases5 views
    Compare vs Genai Toolbox β†’
  • Nile MCP Server logoNile MCP Server

    MCP server for Nile's Postgres platform - Manage and query Postgres databases, tenants, users, auth using LLMs

    πŸ—„οΈ Databases3 views
    Compare vs Nile MCP Server β†’
  • Mysql MCP Server logoMysql MCP Server

    MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines

    πŸ—„οΈ Databases3 views
    Compare vs Mysql MCP Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
419
Stargazers on the source repository.
Last commit
6d ago
Most recent push to the default branch.
Tools exposed
4
Callable tools this server registers over MCP.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Alchemy

Install uv, then run the packaged server with uvx using the mcp-alchemy package. Configure DB_URL and add the database driver required by your SQLAlchemy dialect.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Alchemy AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/runekaagaard-mcp-alchemy?style=directory)](https://allmcps.com/mcp/runekaagaard-mcp-alchemy)
HTML Embed
<a href="https://allmcps.com/mcp/runekaagaard-mcp-alchemy"><img src="https://allmcps.com/api/badge/runekaagaard-mcp-alchemy?style=directory" alt="MCP Alchemy on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthOther
ClientsClaude Desktop
Last updatedSep 5, 2026
12/12 checks healthy over the last 33d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars419
GitHub Star CountTotal stargazers on GitHub representing community popularity (419 stars).
Last commit6d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 5, 2026
64Quality signal: Good Β· 64/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity9/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev Β· mcp-alchemy (PyPI)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to MCP Alchemy β†’Install in Claude DesktopInstall in CursorInstall in VS Code