mcp-kibela 🗒️
@kj455
关于 mcp-kibela 🗒️
MCP server implementation that enables AI assistants to search and reference Kibela content
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-kibela?
mcp-kibela is a Model Context Protocol (MCP) server that enables AI assistants like Claude to search, reference, and modify content stored in Kibela. It provides a set of tools for interacting with Kibela notes and is intended for users who want to integrate AI with their Kibela knowledge base.
How to use mcp-kibela?
Install via Docker (using ghcr.io/kj455/mcp-kibela:latest) and configure it as an MCP server in a compatible client (Claude Desktop, Cursor, VSCode). Set the required environment variables KIBELA_TEAM (your Kibela team name) and KIBELA_TOKEN (your API token). Alternatively, install using Smithery via npx -y @smithery/cli install @kj455/mcp-kibela --client claude.
Key features of mcp-kibela
- 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
Use cases of mcp-kibela
- AI assistants retrieving internal documentation from Kibela
- Automating note creation and updates through AI conversations
- Querying specific Kibela notes by path or ID within an MCP client
FAQ from mcp-kibela
What are the prerequisites for using mcp-kibela?
You need Node.js v18 or higher, an MCP client (e.g., Claude Desktop, Cursor), a Kibela Access Token, and optionally Git for building from source.
How do I install mcp-kibela?
Installation is via Docker using the image ghcr.io/kj455/mcp-kibela:latest or through Smithery using the command npx -y @smithery/cli install @kj455/mcp-kibela --client claude.
What environment variables does mcp-kibela require?
Two environment variables are required: KIBELA_TEAM (the team name from your Kibela URL, e.g., https://[team-name].kibe.la) and KIBELA_TOKEN (your Kibela API token).
How do I configure mcp-kibela for Claude Desktop?
Add an entry to the mcpServers section of your Claude Desktop configuration with the command docker, arguments including -e KIBELA_TEAM and -e KIBELA_TOKEN, and the image tag ghcr.io/kj455/mcp-kibela:latest.
What tools does mcp-kibela offer?
The server provides tools for note search, fetching your latest notes, retrieving note content and comments by ID, fetching note content by path, creating a new note, and updating the content of an existing note.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论