MCP ServerSTDIOOfficialv0.1.3

Daedalus MCP Sqlite3 MCP Server

Query and manage SQLite databases directly from your AI chat. For developers who need to inspect schemas, run SQL commands, and automate database operations without leaving their conversation.

io.github.daedalus/mcp-sqlite3

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Daedalus MCP Sqlite3 MCP server does

How models use it and what it is built for.

Query and manage SQLite databases directly from your AI chat. For developers who need to inspect schemas, run SQL commands, and automate database operations without leaving their conversation.

Connect to Daedalus MCP Sqlite3

Local install — runs as a subprocess.

uvx mcp-sqlite3==0.1.3

Resources

Where to find authoritative docs and source for Daedalus MCP Sqlite3.

Example prompts for Daedalus MCP Sqlite3

Paste any of these into Agent Studio after connecting Daedalus MCP Sqlite3.

  • Show me the schema of all tables in my database.db file
  • Run a SELECT query to count rows in the users table
  • Insert a test record into the products table with these values
  • What tables exist in this SQLite database and how are they related

Daedalus MCP Sqlite3 MCP server — FAQ

Common questions about connecting and running Daedalus MCP Sqlite3.

  • What can I do with the MCP SQLite3 server?

    You can execute SQL queries, inspect database schemas, insert/update/delete records, and manage SQLite databases entirely through your AI chat interface. It exposes the full sqlite3 library functionality.

  • How do I install and run it?

    Run `uvx mcp-sqlite3@0.1.3` to install and start the server. It communicates via stdio, so it integrates directly with MCP-compatible clients like Claude Desktop.

  • Do I need to authenticate or configure API keys?

    No API keys or authentication required. The server works with local SQLite database files on your machine, so you just point it to your .db file path.

  • Can I use this with production databases?

    This server works with SQLite files only. For production systems using PostgreSQL, MySQL, or other databases, you'll need a different MCP server designed for those engines.

  • What happens if I run a destructive query by accident?

    The server will execute whatever SQL you send, including DELETE or DROP commands. Always back up important databases before connecting them, and consider using read-only mode if available in your client.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 60+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground