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
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.

Sqlite
modelcontextprotocolModel Context Protocol Servers
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
Comments