hannesrudolph/sqlite-explorer-fastmcp-mcp-server
python
0
An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
Installation & Usage
INSTALLATION
# Visit https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server for installation instructions
Frequently Asked Questions
Tool Statistics
- Stars 0
- Forks
- Last Updated Apr 16, 2026
- Language python
- Bookmarks 0
Related Tools
kiliczsh/mcp-mongo-server
A Model Context Protocol Server for MongoDB
FreePeak/db-mcp-server
– A high-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL (NoSQL coming soon). Includes built-in tools for query execution, transaction management, schema exploration, query building, and performance analysis, with seamless Cursor integration for enhanced database workflows.
prisma/prisma
Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new database instances or run schema migrations).