A Model Context Protocol (MCP) server implementation that enables AI assistants to search and reference Kibela content. This setup allows AI models like Claude to securely access information stored in Kibela. The mcp-kibela server provides the following features: - Note Search: Search Kibela notes by keywords - My Notes: Fetch your latest notes - Note Content: Get note content and comments by ID -
Add this skill
npx mdskills install kj455/mcp-kibelaWell-documented MCP server for Kibela integration with comprehensive CRUD operations and multiple client configs
A Model Context Protocol (MCP) server implementation that enables AI assistants to search and reference Kibela content. This setup allows AI models like Claude to securely access information stored in Kibela.
The mcp-kibela server provides the following features:
Before you begin, ensure you have:
{
"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"
}
}
}
{
"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}"
}
}
}
}
}
{
"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"
}
}
}
}
npx -y @smithery/cli install @kj455/mcp-kibela --client claude
The following environment variables are required:
KIBELA_TEAM: Your Kibela team name (required). You can find it from the URL of your Kibela team page. e.g. https://[team-name].kibe.laKIBELA_TOKEN: Your Kibela API token (required)Any contributions are welcome!
npm run build:watch to build the project in watch mode.npm run build:watch
npx @modelcontextprotocol/inspector to inspect the MCP server.npx @modelcontextprotocol/inspector node /path/to/mcp-kibela/dist/index.js
MIT
Install via CLI
npx mdskills install kj455/mcp-kibelamcp-kibela ๐๏ธ is a free, open-source AI agent skill. A Model Context Protocol (MCP) server implementation that enables AI assistants to search and reference Kibela content. This setup allows AI models like Claude to securely access information stored in Kibela. The mcp-kibela server provides the following features: - Note Search: Search Kibela notes by keywords - My Notes: Fetch your latest notes - Note Content: Get note content and comments by ID -
Install mcp-kibela ๐๏ธ with a single command:
npx mdskills install kj455/mcp-kibelaThis downloads the skill files into your project and your AI agent picks them up automatically.
mcp-kibela ๐๏ธ works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.