Skip to main content
Glama

MCP Kibela

by kj455

mcp-kibela 🗒️

Una implementación de servidor del Protocolo de Contexto de Modelo (MCP) que permite a los asistentes de IA buscar y referenciar contenido de Kibela. Esta configuración permite a modelos de IA como Claude acceder de forma segura a la información almacenada en Kibela.

Características 🚀

El servidor mcp-kibela ofrece las siguientes características:

  • Búsqueda de notas : Busque notas de Kibela por palabras clave
  • Mis notas : recupera tus últimas notas
  • Contenido de la nota : Obtenga el contenido de la nota y los comentarios por ID
  • Nota por ruta : obtener el contenido de la nota por ruta
  • Crear nota : Crea una nueva nota
  • Actualizar el contenido de la nota : Actualizar el contenido de la nota por ID de nota

Prerrequisitos 📋

Antes de comenzar, asegúrese de tener:

  • Node.js (v18 o superior)
  • Cliente MCP (Claude Desktop, Cursor, etc.)
  • Token de acceso de Kibela ( Cómo obtener un token )
  • Git (si se compila desde el código fuente)

Instalación 🛠️

Uso con cursor

{ "kibela": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "KIBELA_TEAM", "-e", "KIBELA_TOKEN", "ghcr.io/kj455/mcp-kibela:latest" ], "env": { "KIBELA_TEAM": "your-team-name from https://[team-name].kibe.la", "KIBELA_TOKEN": "your-token" } } }

Uso con VSCode

{ "mcp": { "inputs": [ { "type": "promptString", "id": "kibela_team", "description": "Kibela team name", "password": false }, { "type": "promptString", "id": "kibela_token", "description": "Kibela token", "password": true }, ], "servers": { "kibela": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "KIBELA_TEAM", "-e", "KIBELA_TOKEN", "ghcr.io/kj455/mcp-kibela:latest" ], "env": { "KIBELA_TEAM": "${input:kibela_team}", "KIBELA_TOKEN": "${input:kibela_token}" } } } } }

Uso con Claude Desktop

{ "mcpServers": { "mcp-kibela": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "KIBELA_TEAM", "-e", "KIBELA_TOKEN", "ghcr.io/kj455/mcp-kibela:latest" ], "env": { "KIBELA_TEAM": "your-team-name from https://[team-name].kibe.la", "KIBELA_TOKEN": "your-token" } } } }

Uso de herrería

npx -y @smithery/cli install @kj455/mcp-kibela --client claude

Variables de entorno

Se requieren las siguientes variables de entorno:

  • KIBELA_TEAM : El nombre de tu equipo Kibela (obligatorio). Puedes encontrarlo en la URL de la página de tu equipo Kibela. Por ejemplo, https://[nombre-del-equipo].kibe.la
  • KIBELA_TOKEN : Su token API de Kibela (obligatorio)

Contribuyendo

¡Cualquier contribución será bienvenida!

Desarrollo

  1. Utilice npm run build:watch para compilar el proyecto en modo de observación.
npm run build:watch
  1. Utilice npx @modelcontextprotocol/inspector para inspeccionar el servidor MCP.
npx @modelcontextprotocol/inspector node /path/to/mcp-kibela/dist/index.js

Licencia 📄

Instituto Tecnológico de Massachusetts (MIT)

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor de protocolo de contexto de modelo que permite a los asistentes de IA buscar y acceder a la información almacenada en Kibela, lo que admite la búsqueda, recuperación, creación y actualización de notas.

  1. Características 🚀
    1. Prerrequisitos 📋
      1. Instalación 🛠️
        1. Uso con cursor
        2. Uso con VSCode
        3. Uso con Claude Desktop
        4. Uso de herrería
      2. Variables de entorno
        1. Contribuyendo
          1. Desarrollo
            1. Licencia 📄

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables semantic search and RAG over your Apple Notes, allowing AI assistants like Claude to search and reference your notes during conversations.
                Last updated -
                6
                TypeScript
                • Apple
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.
                Last updated -
                25
                19
                Python
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.
                Last updated -
                9
                3
                TypeScript
                MIT License
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
                Last updated -
                1
                44
                8
                JavaScript
                • Apple
                • Linux

              View all related MCP servers

              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/kj455/mcp-kibela'

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