MCP Directory

SQLite

GitHub
Databases

Lightweight SQL database operations with SQLite

Tools(6)

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

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add sqlite

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use SQLite directly without routing

npx -y @modelcontextprotocol/server-sqlite

New to Agent-CoreX? View setup guide →

SQLite MCP Server — Agent-CoreX