# Kibela Integration Server

Integrate with Kibela to search and fetch notes seamlessly.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kj455/mcp-kibela

# Browse available tools
npx -y @smithery/cli@latest tool list kj455/mcp-kibela

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kj455/mcp-kibela kibela_search_notes

# Call a tool
npx -y @smithery/cli@latest tool call kj455/mcp-kibela kibela_search_notes '{}'
```

## Tools (6)

- `kibela_search_notes` — Search Kibela notes by query
- `kibela_get_my_notes` — Get my latest notes from Kibela
- `kibela_get_note_content` — Get note content by note ID
- `kibela_get_note_from_path` — Get note content by note path
- `kibela_update_note_content` — Update note content by note id. This tool allows you to modify the content of an existing Kibela note. Before updating,…
- `kibela_create_note` — Create a new note in Kibela.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kj455/mcp-kibela <tool-name>
```

---

Source: https://github.com/kj455/mcp-kibela
