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
—
「データベース」の他のコンテンツ
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzeroMongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
コメント