Skip to main content
Glama
Car202ui
by Car202ui

Cerebrito MCP Server

Servidor MCP remoto que expone la base de conocimiento del proyecto Cumplimiento Digital (Seguros Bolívar) como herramientas consultables por cualquier IA compatible con MCP (Claude, Cursor, Claude Desktop, etc.).

Qué expone

  • buscar_kb — busca en la base de conocimiento por palabra clave.

  • listar_kb — lista todas las entradas KB (resumen).

  • obtener_kb — detalle completo de una entrada (ej. KB-17).

  • estado_proyecto — info general del proyecto y épicas activas.

  • estado_hu1792 — detalle de la HU GD981-1792 (subtareas, IVA, pendientes).

  • endpoints_clave — endpoints backend principales.

  • glosario — glosario de dominio.

  • arquitectura — mapa de containers/facades/servicios (se completa en data/knowledge.json).

Related MCP server: ONLI MCP Service

Correr local

npm install
npm start

Levanta en http://localhost:3000, endpoint MCP en /mcp.

Actualizar el conocimiento

Editar data/knowledge.json (no hace falta tocar server.js). Commitear y pushear — Render redeploya solo si está conectado al repo.

Deploy en Render (free tier)

  1. Subir este repo a GitHub.

  2. En Render: New > Web Service → conectar el repo.

  3. Build command: npm install

  4. Start command: npm start

  5. Render asigna la URL pública (ej. https://cerebrito-mcp.onrender.com).

  6. El endpoint MCP queda en https://<tu-url>.onrender.com/mcp.

Conectar un cliente MCP a este servidor

En la config MCP del cliente (Claude Code, Claude Desktop, Cursor) agregar un servidor de tipo http/streamable-http apuntando a https://<tu-url>.onrender.com/mcp.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides programmatic access to the SOLVE-IT digital forensics knowledge base, enabling LLMs to query, navigate, and search forensic techniques, weaknesses, mitigations, objectives, and citations.
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server that serves the Archivo Epistemico (epistemic graph), enabling AI to read and query the epistemic path autonomously via tools like search, get_via, resolve, and get_necesidad.
    -

Latest Blog Posts

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/Car202ui/cerebrito-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server