MCP.so
ログイン

Kibela MCP Server

@kiwamizamurai

Kibela MCP Server について

MCP server implementation for Kibela API integration

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

kiwamizamurai

投稿者

きわみざむらい

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "kibela": {
      "command": "npx",
      "args": [
        "-y",
        "@kiwamizamurai/mcp-kibela-server"
      ],
      "env": {
        "KIBELA_TEAM": "YOUR_TEAM_NAME",
        "KIBELA_TOKEN": "YOUR_TOKEN"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Kibela MCP Server?

An MCP server that integrates with the Kibela API, allowing LLMs to search, read, and manage notes, groups, and folders within a Kibela team workspace. It is designed for developers and teams who use Kibela as a knowledge base and want AI assistants to access that content.

How to use Kibela MCP Server?

Configure via environment variables KIBELA_TEAM and KIBELA_TOKEN, then add the server configuration to your MCP client (e.g., Cursor's ~/.cursor/mcp.json). Run it using npx -y @kiwamizamurai/mcp-kibela-server, a Docker container, or from source after cloning and installing dependencies.

Key features of Kibela MCP Server

  • Search notes with advanced filters
  • Get your latest notes and recently viewed notes
  • Retrieve full note content, comments, and attachments
  • Manage groups, folders, and folder contents
  • Like and unlike notes
  • List users and view note metadata by path or URL

Use cases of Kibela MCP Server

  • An AI coding assistant searching Kibela for relevant documentation.
  • Automating the retrieval of recently updated notes for a team report.
  • Enabling a chatbot to like or bookmark notes for a user.
  • Querying notes by URL path to pull content into another tool.

FAQ from Kibela MCP Server

What tools does Kibela MCP Server provide?

It provides over 12 tools including kibela_search_notes, kibela_get_note_content, kibela_like_note, kibela_get_groups, kibela_get_users, and more.

What authentication is required?

It requires a Kibela team name (KIBELA_TEAM) and a Kibela API token (KIBELA_TOKEN) set as environment variables.

How can I run the server?

It can be run via npx (npx -y @kiwamizamurai/mcp-kibela-server), via Docker, or from source by cloning the repository and running the compiled JavaScript.

What transports does the server support?

The README documents a stdio transport (used by default) and notes that for SSE transport the server URL should be set to http://localhost:3000/sse.

Can I use the server with Cursor?

Yes, it includes explicit configuration for Cursor's MCP integration via the ~/.cursor/mcp.json file, using either npx or Docker.

コメント

「その他」の他のコンテンツ