MCP SQLite サーバー
公式Pythonリファレンスに基づいた、モデルコンテキストプロトコルSQLiteサーバーのNode.js実装。このバージョンは、 LibreChatなど、PythonのUVXランナーが利用できない環境向けに、npxベースの代替手段を提供します。
Claude Desktop で使用する
Smithery経由でインストール
Smithery経由で Claude Desktop 用の MCP SQLite Server を自動的にインストールするには:
手動でインストールする
claude_desktop_config.jsonに以下を追加します。
macOS で nvm を使用する場合の完全な例:
Windows で nvm を使用する場合の完全な例:
発達
依存関係をインストールします:
TypeScript コードをビルドします。
MCP Inspectorによるテスト
MCP Inspector ツールを使用してサーバーをテストできます。
サーバーの使用を開始するには、 ConnectてToolsに移動します。
Claude Desktop によるテスト
claude_desktop_config.jsonに以下を追加します。
例:
/absolute/path/to/node:/Users/{username}/.nvm/versions/node/v20.18.1/bin/node/absolute/path/to/index.js:/Users/{username}/projects/mcp-server-sqlite-npx/dist/index.js/absolute/path/to/database.db: /Users/{ユーザー/Users/{username}/projects/database.db
公開
package.json のバージョンをアップグレードする
npm installメッセージ付きコミット:
Release {version, eg 0.1.6}
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through SQLite. This server enables running SQL queries, analyzing business data, and automatically generating business insight memos.Last updated -73,064MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides database interaction capabilities through SQLite, enabling users to run SQL queries, analyze business data, and automatically generate business insight memos.Last updated -18MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables SQL operations (SELECT, INSERT, UPDATE, DELETE) and table management through a standardized interface with SQLite databases.Last updated -22
- AsecurityAlicenseAqualityA Model Context Protocol server that allows users to store, retrieve, update, and delete memories using SQLite storage.Last updated -3158MIT License