mcp-alchemy

runekaagaard/mcp-alchemy

4.3

mcp-alchemy is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of mcp-alchemy and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Alchemy is a model context protocol server that connects Claude Desktop to various databases, enabling advanced database exploration and query execution.

Try mcp-alchemy with chat:

Tools

Functions exposed to the LLM to take actions

all_table_names

Return all table names in the database separated by comma. Connected to sqlite version 3.40.1 database /app/data/sample.db.

filter_table_names

Return all table names in the database containing the substring 'q' separated by comma. Connected to sqlite version 3.40.1 database /app/data/sample.db.

schema_definitions

Returns schema and relation information for the given tables. Connected to sqlite version 3.40.1 database /app/data/sample.db.

execute_query

Execute a SQL query and return results in a readable format. Results will be truncated after 4000 characters. Claude Desktop may fetch the full result set via an url for analysis and artifacts. IMPORTANT: Always use the params parameter for query parameter substitution (e.g. 'WHERE id = :id' with params={'id': 123}) to prevent SQL injection. Direct string concatenation is a serious security risk. Connected to sqlite version 3.40.1 database /app/data/sample.db.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources