MCP SQLite Server
@kelnishi
About MCP SQLite Server
TypeScript implementation of the Sqlite MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-sqlite-ts": {
"command": "npx",
"args": [
"mcp-sqlite-server",
"./sqlite.db"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP SQLite Server?
A Model Context Protocol (MCP) server for SQLite interactions. It allows Claude and other MCP-enabled AI models to interact with an SQLite database.
How to use MCP SQLite Server?
Install and run via npx with the command: npx mcp-sqlite-server ./sqlite.db. Provide the path to an SQLite database file as the argument.
Key features of MCP SQLite Server
—
Use cases of MCP SQLite Server
—
FAQ from MCP SQLite Server
—
More Databases MCP servers
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Comments