MCP Kibela
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
Related MCP server: HackMD MCP Server
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 claudeVariables 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.laKIBELA_TOKEN: Su token API de Kibela (obligatorio)
Contribuyendo
¡Cualquier contribución será bienvenida!
Desarrollo
Utilice
npm run build:watchpara compilar el proyecto en modo de observación.
npm run build:watchUtilice
npx @modelcontextprotocol/inspectorpara inspeccionar el servidor MCP.
npx @modelcontextprotocol/inspector node /path/to/mcp-kibela/dist/index.jsLicencia 📄
Instituto Tecnológico de Massachusetts (MIT)
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
- AlicenseCqualityCmaintenanceA Model Context Protocol server that enables Claude and other AI assistants to access and update Kintone data through natural language commands, supporting operations like record management, file handling, app administration, and space collaboration.7911AGPL 3.0
- AlicenseBqualityBmaintenanceA Model Context Protocol server that enables AI assistants to interact with the HackMD API for managing notes, including creating, reading, updating, and deleting notes.1222565MIT
- AlicenseAqualityAmaintenanceA 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.38155MIT
- AlicenseAqualityFmaintenanceA Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.912MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
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/kj455/mcp-kibela'
If you have feedback or need assistance with the MCP directory API, please join our Discord server