Kibela MCP Server
@kibela
About Kibela MCP Server
Kibela's official MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kibela": {
"command": "docker",
"args": [
"run",
"-i",
"-e",
"KIBELA_ORIGIN",
"-e",
"KIBELA_ACCESS_TOKEN",
"ghcr.io/kibela/kibela-mcp-server"
],
"env": {
"KIBELA_ORIGIN": "https://your-subdomain.kibe.la",
"KIBELA_ACCESS_TOKEN": "***"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Kibela MCP Server?
Kibela MCP Server is a Model Context Protocol (MCP) server for Kibela, a collaborative documentation platform. It allows AI assistants to interact with Kibela data via tools and prompts, operating locally over STDIO.
How to use Kibela MCP Server?
Configure Kibela MCP Server as an MCP client (e.g., Claude Desktop) by setting environment variables KIBELA_ORIGIN and KIBELA_ACCESS_TOKEN. It runs as a Docker container or directly via the provided script. Use the available tools for notes, folders, comments, and other operations.
Key features of Kibela MCP Server
- Search and retrieve notes and folders from Kibela
- Create, update, and move notes and folders
- Create comments and replies on notes
- Get group and feed information
- Customize tool descriptions and prompts via JSON
- Provides review, search, related note, and reflect comment prompts
Use cases of Kibela MCP Server
- Ask about information stored in Kibela
- Organize folders and articles within Kibela
- Use AI assistance to write and manage content in Kibela
FAQ from Kibela MCP Server
What are the requirements to run Kibela MCP Server?
You need Docker installed and running, a Kibela access token, and an MCP client application.
How is Kibela MCP Server installed?
It is typically run as a Docker container, configured in the MCP client’s settings. A non-Docker method is also available by pointing to the server script.
What transports does Kibela MCP Server use?
It currently operates only as a local server using STDIO; no HTTP transport is mentioned.
Can I customize the tools and prompts?
Yes, you can provide a JSON configuration file to override tool descriptions and prompt templates. Mount the file into the container or place it locally.
Where does the data live?
All data resides in your Kibela account (cloud-based). The server communicates with Kibela’s GraphQL APIs using your access token.
Frequently asked questions
What are the requirements to run Kibela MCP Server?
You need Docker installed and running, a Kibela access token, and an MCP client application.
How is Kibela MCP Server installed?
It is typically run as a Docker container, configured in the MCP client’s settings. A non-Docker method is also available by pointing to the server script.
What transports does Kibela MCP Server use?
It currently operates only as a local server using STDIO; no HTTP transport is mentioned.
Can I customize the tools and prompts?
Yes, you can provide a JSON configuration file to override tool descriptions and prompt templates. Mount the file into the container or place it locally.
Where does the data live?
All data resides in your Kibela account (cloud-based). The server communicates with Kibela’s GraphQL APIs using your access token.
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments