Skip to main content
Glama

MCP Kibela

by kj455

mcp-キベラ🗒️

AIアシスタントがKibelaコンテンツを検索・参照できるようにする、モデルコンテキストプロトコル(MCP)サーバー実装。この設定により、ClaudeのようなAIモデルはKibelaに保存された情報に安全にアクセスできるようになります。

機能🚀

mcp-kibela サーバーは次の機能を提供します。

  • ノート検索: キーワードでKibelaノートを検索
  • マイノート: 最新のノートを取得する
  • ノートコンテンツ: IDでノートコンテンツとコメントを取得します
  • パスによるノート: パスごとにノートの内容を取得します
  • ノートを作成: 新しいノートを作成する
  • ノートの内容を更新: ノートIDでノートの内容を更新します

前提条件 📋

始める前に、次のものを用意してください。

  • Node.js (v18以上)
  • MCP クライアント (Claude Desktop、Cursor など)
  • Kibela アクセストークン( トークンの取得方法
  • Git (ソースからビルドする場合)

インストール 🛠️

カーソルとの使用

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

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

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

鍛冶屋を使う

npx -y @smithery/cli install @kj455/mcp-kibela --client claude

環境変数

次の環境変数が必要です。

  • KIBELA_TEAM : Kibelaチーム名(必須)。KibelaチームページのURLから確認できます。例:https://[チーム名].kibe.la
  • KIBELA_TOKEN : Kibela API トークン (必須)

貢献

どのような貢献でも歓迎します!

発達

  1. npm run build:watch使用して、プロジェクトをウォッチ モードでビルドし��す。
npm run build:watch
  1. npx @modelcontextprotocol/inspectorを使用して MCP サーバーを検査します。
npx @modelcontextprotocol/inspector node /path/to/mcp-kibela/dist/index.js

ライセンス📄

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI アシスタントが Kibela に保存されている情報を検索およびアクセスできるようにし、メモの検索、取得、作成、更新をサポートするモデル コンテキスト プロトコル サーバー。

  1. 機能🚀
    1. 前提条件 📋
      1. インストール 🛠️
        1. カーソルとの使用
        2. VSCodeでの使用
        3. Claude Desktopでの使用
        4. 鍛冶屋を使う
      2. 環境変数
        1. 貢献
          1. 発達
            1. ライセンス📄

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables semantic search and RAG over your Apple Notes, allowing AI assistants like Claude to search and reference your notes during conversations.
                Last updated -
                6
                TypeScript
                • Apple
              • A
                security
                A
                license
                A
                quality
                A 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.
                Last updated -
                25
                19
                Python
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.
                Last updated -
                9
                3
                TypeScript
                MIT License
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
                Last updated -
                1
                44
                8
                JavaScript
                • Apple
                • Linux

              View all related MCP servers

              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