Labsco
MCP SERVER

Kibela

by kj455

Search, read, create, and update notes in a Kibela team wiki from the assistant.

Team Wikis & Documentation PlatformsVerified
Summary
The team wiki becomes searchable and editable from chat, without opening Kibela.

The 6 tools read and write Kibela notes; kibela_update_note_content fetches current content before writing to keep version control intact. Every call targets the single team named in KIBELA_TEAM.

What it is

A Kibela wiki server: its 6 tools search notes, read note content by ID or path, create notes, and update existing ones.

What you get
  • Search notes and fetch your latest ones (kibela_search_notes, kibela_get_my_notes)
  • Read a note's content by ID or by path (kibela_get_note_content, kibela_get_note_from_path)
  • Create a new note (kibela_create_note)
  • Update a note's content with a version-safe fetch first (kibela_update_note_content)
Requirements

A Kibela team, named in KIBELA_TEAM, with an access token in KIBELA_TOKEN.

Setup effort

One command plus a key — npx -y @smithery/cli install @kj455/mcp-kibela --client claude, then supply credentials