Skip to content
Back to search
30
MCP

SQLite Database

pulsemcp/sqlite database

Provides secure SQLite database interaction with schema inspection and query execution capabilities for data analysis, content management, and application development workflows.

Uptime
0.0%
18 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

SQLite
Provides a lightweight SQLite-based storage solution, supporting basic CRUD operations for small to medium-scale projects.
0 tools
MySQL Database
Enables direct MySQL database operations including query execution, schema management, and table information retrieval with built-in securit
0 tools
SQLite Tool
Provides SQLite database management with specialized delete functionality including safety controls and conditional filtering
0 tools
PostgreSQL Database
Enables interaction with PostgreSQL databases for executing SQL queries, exploring table schemas, and performing data analysis with robust e
0 tools
SQL
Read-only SQL querying and schema introspection over Postgres and SQLite, with a gated write mode.
0 tools
SQL
Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sqlite_database": {
      "url": "None",
      "transport": "http"
    }
  }
}