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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    F
    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.
    Last updated
    1
    MIT
  • F
    license
    -
    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.
    Last updated

View all related MCP servers

Related MCP Connectors

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.

View all MCP Connectors

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