Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Kibela

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

    12 stars
    TypeScript
    Updated May 1, 2025

    Table of Contents

    • Features 🚀
    • Prerequisites 📋
    • Installation 🛠️
    • Usage with Cursor
    • Usage with VSCode
    • Usage with Claude Desktop
    • Using Smithery
    • Environment Variables
    • Contributing
    • Development
    • License 📄

    Table of Contents

    • Features 🚀
    • Prerequisites 📋
    • Installation 🛠️
    • Usage with Cursor
    • Usage with VSCode
    • Usage with Claude Desktop
    • Using Smithery
    • Environment Variables
    • Contributing
    • Development
    • License 📄

    Documentation

    mcp-kibela 🗒️

    smithery badge

    npm version

    License: MIT

    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.

    Features 🚀

    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
    • Note by Path: Get note content by path
    • Create Note: Create a new note
    • Update Note Content: Update note content by note id

    ---

    Prerequisites 📋

    Before you begin, ensure you have:

    • Node.js (v18 or higher)
    • MCP Client (Claude Desktop, Cursor, etc.)
    • Kibela Access Token (How to get a token)
    • Git (if building from source)

    Installation 🛠️

    Usage with Cursor

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

    Usage with VSCode

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

    Usage with Claude Desktop

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

    Using Smithery

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

    Environment Variables

    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.la
    • KIBELA_TOKEN: Your Kibela API token (required)

    Contributing

    Any contributions are welcome!

    Development

    1. Use npm run build:watch to build the project in watch mode.

    bash
    npm run build:watch

    2. Use npx @modelcontextprotocol/inspector to inspect the MCP server.

    bash
    npx @modelcontextprotocol/inspector node /path/to/mcp-kibela/dist/index.js

    License 📄

    MIT

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k