Skip to main content
Glama
ibaigv

empresa-brain

by ibaigv

🧠 Empresa Brain — la inteligencia privada de tu empresa

Una IA a la que le envías notas, estrategias e ideas, y que luego responde preguntas usando todo ese conocimiento. Privada: tus notas viven en tu VPS.

  • Desde Telegram → le mandas notas y le preguntas como a un contacto.

  • Desde Claude → un conector MCP para consultar y guardar sin salir de Claude.

  • El razonamiento lo pone Groq (gratis, Llama 3.3 70B) por defecto, o Claude por API si lo prefieres. Las notas y la búsqueda (embeddings) corren en local en tu VPS, sin GPU. Con Groq, todo el sistema es 0 €.

Cómo funciona

Tus notas ─► se trocean y se convierten en vectores ─► ChromaDB (en tu VPS)
                                                              │
Pregunta ──► busca lo relevante ──► Claude API redacta la respuesta ──► tú

Related MCP server: MCP Notes Server

Piezas

Archivo

Qué hace

brain/store.py

Base de conocimiento (ChromaDB + embeddings locales multilingües)

brain/rag.py

Busca contexto y pide la respuesta a Claude

brain/server.py

API HTTP protegida con token (la usa el MCP)

brain/bot.py

Bot de Telegram

brain/run.py

Arranca API + bot juntos

mcp_connector/

Conector MCP para usarlo desde Claude

docker-compose.yml

Despliegue en el VPS con un comando

Lo que necesitas (3 cosas, todas gratis)

  1. Clave de Groq (gratis) — https://console.groq.com/keys

  2. Token del bot de Telegram — escribe a @BotFather, /newbot

  3. Tu ID de Telegram — escribe a @userinfobot

Ponlos en un archivo .env (copia de .env.example).

👉 Para desplegar en el VPS de Hostinger, sigue DEPLOY.md.

F
license - not found
-
quality - not tested
B
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
    -
    maintenance
    This is a connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault).
    1,153
    1,352
    AGPL 3.0
  • A
    license
    -
    quality
    C
    maintenance
    Enables Claude to read, write, and search markdown notes stored in a private git repo via an MCP server integrated with Silverbullet editor.
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Enables Claude to pull curated context from self-hosted Markdown files via a remote MCP connector, with an append-only journal for agent notes manually promoted by the owner.
    20
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

  • Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.

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/ibaigv/empresa-brain'

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