MCP SQLite Server
@kelnishi
关于 MCP SQLite Server
TypeScript implementation of the Sqlite MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-sqlite-ts": {
"command": "npx",
"args": [
"mcp-sqlite-server",
"./sqlite.db"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
数据库 分类下的更多 MCP 服务器
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
评论