Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jparkerweb • Data & Databases
An MCP server for interacting with SQLite databases through CRUD operations and custom queries.
Perform CRUD operations on SQLite databases.
Explore and inspect SQLite database schemas and tables.
Run custom SQL queries for analysis or reporting purposes.
The MCP SQLite Server enables comprehensive interaction with SQLite databases, offering complete CRUD operations, database exploration, and the ability to execute custom SQL queries. It integrates easily with IDEs like Cursor and VSCode, allowing developers to manage and query their SQLite databases directly. This tool is perfect for those needing database introspection and manipulation capabilities within their development environment.
Execute a SQL query against a SQLite database. Returns results as a formatted table. Read-only by default.
Get the schema of a SQLite database: all tables with columns and row counts.
Get detailed info about a single table: columns, types, constraints, and row count.
Explain the query plan for a SQL query (EXPLAIN QUERY PLAN). Helps optimize queries.
List all SQLite database files (.db, .sqlite, .sqlite3) in a directory.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.