mcp-kibela-server
6
Kibela MCP Server is an implementation that facilitates the integration of large language models (LLMs) with the Kibela platform, allowing for interaction with Kibela content. It offers features such as advanced note searching, content management, and user engagement tools.
Kibela MCP Server
MCP server implementation for Kibela API integration, enabling LLMs to interact with Kibela content.
Features
- Search notes with advanced filters
- Get your latest notes
- Get note content and comments
- Manage groups and folders
- Like/unlike notes
- List users
- View note attachments
- View recently viewed notes
- Get notes by path
Configuration
Environment Variables
KIBELA_TEAM
: Your Kibela team name (required)KIBELA_TOKEN
: Your Kibela API token (required)
Tools
kibela_search_notes
Search Kibela notes with given query
kibela_get_my_notes
Get your latest notes from Kibela
kibela_get_note_content
Get content and comments of a specific note
kibela_get_groups
Get list of accessible groups
kibela_get_group_folders
Get folders in a group
kibela_get_group_notes
Get notes in a group that are not attached to any folder
kibela_get_folder_notes
Get notes in a folder
kibela_get_users
Get list of users
kibela_like_note
Like a note
kibela_unlike_note
Unlike a note
kibela_get_recently_viewed_notes
Get your recently viewed notes
kibela_get_note_from_path
Get note content by its path or URL