MCP.so
登录

mcp-kibela 🗒️

@kj455

关于 mcp-kibela 🗒️

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

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

kj455

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器