Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Rocks Db

БесплатноНе проверен

Enables executing SQL queries (SELECT, INSERT, UPDATE, DELETE) and database introspection (list tables, describe table) on MySQL and PostgreSQL databases with O

GitHubEmbed

Описание

Enables executing SQL queries (SELECT, INSERT, UPDATE, DELETE) and database introspection (list tables, describe table) on MySQL and PostgreSQL databases with OAuth authentication.

README

This guide explains how to install, configure, and start the MCP server for the fullscale-rocks database.

1. Installation

If you haven't already, install the dependencies:

cd rocks-mcp
npm install

2. Configuration

The server requires database credentials and an OAuth public key.

Database Settings

Create or edit rocks-mcp/.env:

MYSQL_HOST=127.0.0.1
MYSQL_PORT=3306
MYSQL_DATABASE=employee
MYSQL_USER=employee
MYSQL_PASSWORD=thisisapassword

PG_HOST=127.0.0.1
PG_PORT=5432
PG_DATABASE=employee
PG_USER=employee
PG_PASSWORD=thisisapassword

SSE_PORT=3001

Authentication

The server automatically looks for the OAuth public key at: /home/ryscript/fullscale-rocks/rocks-api/storage/oauth-public.key

Ensure this file exists, as it is used to verify JWT tokens from rocks-api.

3. Running the Server

Development Mode

Runs the server with tsx (reloads on file changes):

npm run dev

Production Mode

Build the TypeScript code and start the built version:

npm run build
npm start

4. Connecting to AI Applications

Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "rocks-db": {
      "command": "node",
      "args": ["/home/ryscript/fullscale-rocks/rocks-mcp/build/index.js"]
    }
  }
}

Generic MCP Client (SSE)

The server also supports Server-Sent Events (SSE) for remote or web-based clients.

  • SSE URL: http://localhost:3001/sse
  • Post Message URL: http://localhost:3001/message

You can use this with the MCP Inspector or other SSE-compatible clients.

5. Tools Reference

The server exposes the following tools:

Tool Purpose Requirements
execute_read Run SELECT queries auth_token, db_type
execute_write Run INSERT/UPDATE/DELETE auth_token (Admin only), db_type
list_tables List all tables auth_token, db_type
describe_table Show columns for a table auth_token, db_type, table_name

Note: The auth_token should be a valid Bearer token obtained from the rocks-api login process.

from github.com/rsutana/rocks-db-mcp

Установить Rocks Db в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install rocks-db

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add rocks-db -- npx -y github:rsutana/rocks-db-mcp

Пошаговые гайды: как установить Rocks Db

FAQ

Rocks Db MCP бесплатный?

Да, Rocks Db MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Rocks Db?

Нет, Rocks Db работает без API-ключей и переменных окружения.

Rocks Db — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Rocks Db в Claude Desktop, Claude Code или Cursor?

Открой Rocks Db на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

wenb1n-dev/SmartDB_MCP

A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim

wenb1n-devавтор: wenb1n-dev

Postgres Server

This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools

madhurprashавтор: madhurprash

Postgres

Query your database in natural language

Anthropicавтор: Anthropic

PostgreSQL

Read-only database access with schema inspection.

modelcontextprotocolавтор: modelcontextprotocol

Redis

Interact with Redis key-value stores.

modelcontextprotocolавтор: modelcontextprotocol

SQLite

Database interaction and business intelligence capabilities.

modelcontextprotocolавтор: modelcontextprotocol

mxcp

Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.

raw-labsавтор: raw-labs

tadas-github/a2asearch-mcp

MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access

tadas-githubавтор: tadas-github

julien040/anyquery

Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi

julien040автор: julien040

drakonkat/wizzy-mcp-tmdb

A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.

drakonkatавтор: drakonkat

Compare Rocks Db with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории data