db-server
@sultanfariz
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-db": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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`.
Basic information
More Databases MCP servers
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzeroMCP 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.
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Comments