Lightweight SQL database operations with SQLite
Available tools exposed by this MCP server to your AI agent.
read_query
Execute a SELECT query on the SQLite database
write_query
Execute an INSERT, UPDATE, or DELETE query
create_table
Create a new table in the database
list_tables
List all tables in the SQLite database
describe_table
Get the schema and column info for a table
append_insight
Add a business insight to the memo
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add sqliteAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use SQLite directly without routing
npx -y @modelcontextprotocol/server-sqliteNew to Agent-CoreX? View setup guide →