Databases_mcp_server
@jaiganesh-23
Databases_mcp_server について
Created a MCP Server that connects to databases(currently sqlite, mysql) and perform queries on them automatically with natural language.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Databases_mcp_server?
Databases_mcp_server is an MCP server that connects to SQLite and MySQL databases and allows users to perform queries on them automatically using natural language. It is intended for developers who want to interact with databases through conversational AI in VS Code.
How to use Databases_mcp_server?
Configure the server in VS Code’s MCP settings using the provided JSON snippets. For MySQL, supply the database type flag (--mysql) along with host, database, user, and password. For SQLite, provide the absolute path to the index.js script followed by the database file path. Once configured, natural language queries can be sent to the server via an MCP chat interface.
Key features of Databases_mcp_server
- Connects to SQLite and MySQL databases
- Enables natural language querying of databases
- Simple JSON configuration for VS Code
- Uses the Model Context Protocol (MCP)
Use cases of Databases_mcp_server
- Query a SQLite database using natural language from an MCP client
- Query a MySQL database using natural language from an MCP client
- Automate common database lookups via conversational AI
FAQ from Databases_mcp_server
What databases are supported?
Currently, Databases_mcp_server supports SQLite and MySQL.
How do I configure the server for a MySQL database?
In the VS Code MCP settings, add a server entry with "command": "node" and arguments including "--mysql", "--host", "--database", "--user", and "--password".
How do I configure the server for a SQLite database?
In the VS Code MCP settings, add a server entry with "command": "node" and arguments listing the absolute path to index.js followed by the absolute path to the SQLite database file.
What runtime is required?
The server runs on Node.js, as indicated by the "command": "node" in the configuration.
Does Databases_mcp_server support databases other than SQLite and MySQL?
The README states it currently supports SQLite and MySQL, implying no others are supported at this time.
「データベース」の他のコンテンツ
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
コメント