SQLite Database
БесплатноНе проверенProvides a secure interface for executing validated SELECT queries on SQLite databases, enabling direct data analysis within conversation workflows.
Описание
Provides a secure interface for executing validated SELECT queries on SQLite databases, enabling direct data analysis within conversation workflows.
README
A Model Context Protocol (MCP) server implementation using TypeScript for interacting with an SQLite database. This server provides an interactive interface for executing SQL queries, managing database schemas, and synthesizing business insights—all within an extensible protocol framework.
Not familiar with MCP? Check out the What is an MCP? section below.
Features
| Command | Description | Example |
|---|---|---|
list_tables |
List all tables on the SQLite database | - |
read_query |
Execute SELECT queries on the SQLite database | SELECT * FROM users WHERE age > 18 |
Installation & Setup
git clone https://github.com/javsanmar5/mcp-server.sqlite.git
cd mcp-server.sqlite
Since this hasn't been published as an npm package yet, we'll focus on the Docker installation method:
1. Build the Docker image
docker build -t mcp/sqlite .
2. Configure your AI client
Add the following to your AI client's configuration file:
"mcpServers": {
"sqlite": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-v",
"mcp-test:/mcp",
"mcp/sqlite",
"--db-path",
"test_db.sqlite3"
]
}
}
If you don't know what is that json file you might want to see the Client Configuration Guide.
3. Restart your AI client
After restarting, the MCP Tools should be available in your AI client's interface. On Windows, you may need to manually kill the process for the changes to take effect.
Documentation
What's an MCP?
Model Context Protocol (MCP) is a standardized way for AI models to interact with external tools and services. It allows AI assistants to perform actions like running database queries, accessing external APIs, or manipulating files through a defined protocol interface.
MCPs extend AI capabilities beyond conversation by providing structured access to tools and data sources without requiring direct integration into the AI model itself.
Tutorial: Setting up with Claude Desktop
Claude Desktop is one of many AI clients that support MCP servers. Here's how to set it up on Windows:
- Press
Windows Key + Rto open the Run dialog - Type
%appdata%\Claudeand press Enter - Create a new file called
claude_desktop_config.jsonif it doesn't exist already - Add the configuration from step 2 of the setup instructions above
- Save the file and restart Claude Desktop
- You should now see the SQLite tools available in your Claude interface
License
This project is licensed under the MIT License.
Contributing
This project was created primarily for learning purposes. However, if you'd like to contribute, feel free to submit a Pull Request and I'll review it.
Thanks for your interest!
Установка SQLite Database
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/santos-404/mcp-server.sqliteFAQ
SQLite Database MCP бесплатный?
Да, SQLite Database MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SQLite Database?
Нет, SQLite Database работает без API-ключей и переменных окружения.
SQLite Database — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить SQLite Database в Claude Desktop, Claude Code или Cursor?
Открой SQLite Database на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolRedis
Interact with Redis key-value stores.
автор: modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
автор: modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
автор: raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
автор: tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
автор: julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
автор: drakonkatCompare SQLite Database with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
