Loading...
npx @modelcontextprotocol/inspector node ./dist/src/index.js{
"mcpServers": {
"kibela": {
"command": "npx",
"args": ["-y", "@kiwamizamurai/mcp-kibela-server"],
"env": {
"KIBELA_TEAM": "YOUR_TEAM_NAME",
"KIBELA_TOKEN": "YOUR_TOKEN"
}
}
}
}kibela_search_notesSearches Kibela notes based on a given query and optional filters.
Read-only operation; only retrieves information.
kibela_get_my_notesRetrieves the user's latest notes from Kibela.
Read-only operation; only retrieves information.
kibela_get_note_contentRetrieves the content and comments of a specific note.
Read-only operation; only retrieves information.
kibela_get_groupsRetrieves a list of accessible groups.
Read-only operation; only retrieves information.
kibela_get_group_foldersRetrieves folders within a specific group.
Read-only operation; only retrieves information.
kibela_get_group_notesRetrieves notes within a group that are not attached to any folder.
Read-only operation; only retrieves information.
kibela_get_folder_notesRetrieves notes within a specific folder.
Read-only operation; only retrieves information.
kibela_get_usersRetrieves a list of users.
Read-only operation; only retrieves information.
kibela_like_noteLikes a specific note.
Modifies data by liking a note.
kibela_unlike_noteUnlikes a specific note.
Modifies data by unliking a note.
kibela_get_recently_viewed_notesRetrieves the user's recently viewed notes.
Read-only operation; only retrieves information.
kibela_get_note_from_pathRetrieves note content based on its path or URL.
Read-only operation; only retrieves information.
This server is relatively safe for read operations, but the ability to like/unlike notes introduces a moderate risk. Storing the API token as an environment variable requires careful handling to prevent unauthorized access. Avoid using this server in untrusted environments.