Loading...
npx -y @smithery/cli install @kj455/mcp-kibela --client claude{
"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"
}
}
}Note SearchSearches Kibela notes based on keywords.
Read-only operation; no data modification.
My NotesFetches the user's latest Kibela notes.
Read-only operation; no data modification.
Note ContentRetrieves the content and comments of a Kibela note by its ID.
Read-only operation; no data modification.
Note by PathRetrieves the content of a Kibela note by its path.
Read-only operation; no data modification.
Create NoteCreates a new note in Kibela.
Creates new content; potential for spam or misuse.
Update Note ContentUpdates the content of an existing Kibela note by its ID.
Modifies existing content; potential for data corruption or vandalism.
This MCP server provides a moderate level of safety. The use of Docker enhances isolation, but the reliance on API tokens and write operations introduces risk. Secure handling of the Kibela API token is crucial. It is safe to use in environments where Kibela access is appropriately controlled and the token is securely managed. Risky scenarios include exposing the API token or granting access to untrusted users.