rocks-db
Guía de configuración: Servidor MCP Fullscale Rocks
Esta guía explica cómo instalar, configurar e iniciar el servidor MCP para la base de datos fullscale-rocks.
1. Instalación
Si aún no lo has hecho, instala las dependencias:
cd rocks-mcp
npm installRelated MCP server: mysql-mcp-server
2. Configuración
El servidor requiere credenciales de base de datos y una clave pública OAuth.
Configuración de la base de datos
Crea o edita 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=3001Autenticación
El servidor busca automáticamente la clave pública OAuth en:
/home/ryscript/fullscale-rocks/rocks-api/storage/oauth-public.key
Asegúrate de que este archivo exista, ya que se utiliza para verificar los tokens JWT de rocks-api.
3. Ejecución del servidor
Modo de desarrollo
Ejecuta el servidor con tsx (se recarga ante cambios en los archivos):
npm run devModo de producción
Compila el código TypeScript e inicia la versión compilada:
npm run build
npm start4. Conexión a aplicaciones de IA
Claude Desktop
Añade esto a tu claude_desktop_config.json:
{
"mcpServers": {
"rocks-db": {
"command": "node",
"args": ["/home/ryscript/fullscale-rocks/rocks-mcp/build/index.js"]
}
}
}Cliente MCP genérico (SSE)
El servidor también admite Server-Sent Events (SSE) para clientes remotos o basados en web.
URL de SSE:
http://localhost:3001/sseURL de envío de mensajes:
http://localhost:3001/message
Puedes usar esto con el MCP Inspector u otros clientes compatibles con SSE.
5. Referencia de herramientas
El servidor expone las siguientes herramientas:
Herramienta | Propósito | Requisitos |
| Ejecutar consultas |
|
| Ejecutar |
|
| Listar todas las tablas |
|
| Mostrar columnas de una tabla |
|
Nota: El auth_token debe ser un token Bearer válido obtenido del proceso de inicio de sesión de rocks-api.
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