mcp-kibela
12
mcp-kibela is a Model Context Protocol server that facilitates AI assistant interaction with Kibela. It provides features for searching, retrieving, creating, and updating notes stored in Kibela securely. It requires Node.js, an MCP client, and a Kibela access token.
mcp-kibela 🗒️
A Model Context Protocol (MCP) server implementation that enables AI assistants to interact with and retrieve information from Kibela. The server supports various operations such as searching notes by keyword, fetching recent notes, retrieving content and comments by note ID, and creating or updating notes.
Features 🚀
- Search Kibela notes by keywords
- Fetch your latest notes
- Get note content and comments by ID
- Get note content by path
- Create a new note
- Update note content by note ID
Prerequisites 📋
- Node.js (v18 or higher)
- An MCP Client (e.g., Claude Desktop, Cursor)
- Kibela Access Token
- Git (for building from source)
Environment Variables
KIBELA_TEAM
: Your Kibela team nameKIBELA_TOKEN
: Your Kibela API token
Contributing
Any contributions are welcome!
License 📄
MIT