MCP.so
Sign In

Kibela MCP Server

@kiwamizamurai

About Kibela MCP Server

MCP server implementation for Kibela API integration

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

kiwamizamurai

Submitted by

きわみざむらい

Config

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

{
  "mcpServers": {
    "kibela": {
      "command": "npx",
      "args": [
        "-y",
        "@kiwamizamurai/mcp-kibela-server"
      ],
      "env": {
        "KIBELA_TEAM": "YOUR_TEAM_NAME",
        "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 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.

Comments

More Other MCP servers