MCP Kibela
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIBELA_TEAM | Yes | Your Kibela team name. You can find it from the URL of your Kibela team page. e.g. https://[team-name].kibe.la | |
| KIBELA_TOKEN | Yes | Your Kibela API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kibela_search_notesC | Search Kibela notes by query |
| kibela_get_my_notesB | Get my latest notes from Kibela |
| kibela_get_note_contentB | Get note content by note ID |
| kibela_get_note_from_pathA | Get note content by note path |
| kibela_update_note_contentA | Update note content by note id. This tool allows you to modify the content of an existing Kibela note. Before updating, it fetches the current content of the note to ensure proper version control. Note that you need the note ID (not the note path) to use this tool. |
| kibela_create_noteB | Create a new note in Kibela. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: creating, retrieving by ID or path, listing personal notes, searching, and updating. No overlap or ambiguity.
All tools follow a consistent 'kibela_verb_noun' pattern (e.g., kibela_create_note, kibela_search_notes), maintaining Convention throughout.
6 tools is well within the ideal 3-15 range, covering the core note operations without being overengineered or sparse.
The set covers create, read (multiple methods), search, and update, but notably lacks a delete note tool, and does not provide a simple 'list all notes' functionality. This leaves a gap in full CRUD coverage.