db-server
@sultanfariz
关于 db-server
A very simple prototype tools that could be equipped by LLM-powered MCP client to access DB. Intended for GDGoC IPBxUI Build with AI workshop.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-db": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is db-server?
—
How to use db-server?
Install dependencies with bun install and run with bun run index.ts.
Key features of db-server
—
Use cases of db-server
—
FAQ from db-server
What runtime does db-server require?
Bun v1.1.24 or later.
How do I start the server?
Run bun run index.ts after installing dependencies.
—
How do I install dependencies?
Run bun install.
数据库 分类下的更多 MCP 服务器
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
评论