MCP.so
Sign In

mcp-kibela πŸ—’οΈ

@kj455

About mcp-kibela πŸ—’οΈ

MCP server implementation that enables AI assistants to search and reference Kibela content

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

kj455

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-kibela?

mcp-kibela is a Model Context Protocol (MCP) server that enables AI assistants like Claude to search, reference, and modify content stored in Kibela. It provides a set of tools for interacting with Kibela notes and is intended for users who want to integrate AI with their Kibela knowledge base.

How to use mcp-kibela?

Install via Docker (using ghcr.io/kj455/mcp-kibela:latest) and configure it as an MCP server in a compatible client (Claude Desktop, Cursor, VSCode). Set the required environment variables KIBELA_TEAM (your Kibela team name) and KIBELA_TOKEN (your API token). Alternatively, install using Smithery via npx -y @smithery/cli install @kj455/mcp-kibela --client claude.

Key features of mcp-kibela

  • Search Kibela notes by keywords
  • Fetch your latest notes
  • Get note content and comments by ID
  • Get note content by path
  • Create a new note
  • Update note content by note ID

Use cases of mcp-kibela

  • AI assistants retrieving internal documentation from Kibela
  • Automating note creation and updates through AI conversations
  • Querying specific Kibela notes by path or ID within an MCP client

FAQ from mcp-kibela

What are the prerequisites for using mcp-kibela?

You need Node.js v18 or higher, an MCP client (e.g., Claude Desktop, Cursor), a Kibela Access Token, and optionally Git for building from source.

How do I install mcp-kibela?

Installation is via Docker using the image ghcr.io/kj455/mcp-kibela:latest or through Smithery using the command npx -y @smithery/cli install @kj455/mcp-kibela --client claude.

What environment variables does mcp-kibela require?

Two environment variables are required: KIBELA_TEAM (the team name from your Kibela URL, e.g., https://[team-name].kibe.la) and KIBELA_TOKEN (your Kibela API token).

How do I configure mcp-kibela for Claude Desktop?

Add an entry to the mcpServers section of your Claude Desktop configuration with the command docker, arguments including -e KIBELA_TEAM and -e KIBELA_TOKEN, and the image tag ghcr.io/kj455/mcp-kibela:latest.

What tools does mcp-kibela offer?

The server provides tools for note search, fetching your latest notes, retrieving note content and comments by ID, fetching note content by path, creating a new note, and updating the content of an existing note.

Comments

More Other MCP servers