MCP.so
Sign In

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`.

Comments

More Databases MCP servers