rocks-db
Einrichtungsanleitung: Fullscale Rocks MCP-Server
Diese Anleitung erklärt, wie man den MCP-Server für die fullscale-rocks-Datenbank installiert, konfiguriert und startet.
1. Installation
Falls noch nicht geschehen, installieren Sie die Abhängigkeiten:
cd rocks-mcp
npm installRelated MCP server: mysql-mcp-server
2. Konfiguration
Der Server benötigt Datenbank-Anmeldedaten und einen öffentlichen OAuth-Schlüssel.
Datenbankeinstellungen
Erstellen oder bearbeiten Sie 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=3001Authentifizierung
Der Server sucht automatisch nach dem öffentlichen OAuth-Schlüssel unter:
/home/ryscript/fullscale-rocks/rocks-api/storage/oauth-public.key
Stellen Sie sicher, dass diese Datei existiert, da sie zur Überprüfung von JWT-Tokens von rocks-api verwendet wird.
3. Ausführen des Servers
Entwicklungsmodus
Startet den Server mit tsx (lädt bei Dateiänderungen neu):
npm run devProduktionsmodus
Kompilieren Sie den TypeScript-Code und starten Sie die erstellte Version:
npm run build
npm start4. Verbindung zu KI-Anwendungen
Claude Desktop
Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:
{
"mcpServers": {
"rocks-db": {
"command": "node",
"args": ["/home/ryscript/fullscale-rocks/rocks-mcp/build/index.js"]
}
}
}Generischer MCP-Client (SSE)
Der Server unterstützt auch Server-Sent Events (SSE) für Remote- oder webbasierte Clients.
SSE-URL:
http://localhost:3001/ssePost-Message-URL:
http://localhost:3001/message
Sie können dies mit dem MCP Inspector oder anderen SSE-kompatiblen Clients verwenden.
5. Referenz der Tools
Der Server stellt die folgenden Tools bereit:
Tool | Zweck | Anforderungen |
|
|
|
|
|
|
| Alle Tabellen auflisten |
|
| Spalten für eine Tabelle anzeigen |
|
Hinweis: Das auth_token sollte ein gültiges Bearer-Token sein, das über den Anmeldeprozess von rocks-api erhalten wurde.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables secure interaction with MySQL databases through SQL queries, supporting read-only operations without approval and write operations with user confirmation.9ISC
- AlicenseAqualityCmaintenanceProvides read-only MySQL query execution, database/table browsing, and table structure inspection with SQL safety validation.515MIT
- AlicenseNot gradedqualityDmaintenanceEnables executing SQL queries, schema introspection, and data management for PostgreSQL and MySQL databases via natural language, supporting local, SSH, and AWS RDS connections.92MIT
- FlicenseAqualityCmaintenanceEnables read-only exploration and querying of PostgreSQL or MySQL databases via MCP, with schema discovery, safe SQL validation, natural language to SQL conversion, and CSV export.111
Related MCP Connectors
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
Connect to PlanetScale databases, branches, schema, query insights, and execute SQL
Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsutana/rocks-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server