Kibela MCP Server
@kiwamizamurai
About Kibela MCP Server
MCP server implementation for Kibela API integration
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kibela": {
"command": "npx",
"args": [
"-y",
"@kiwamizamurai/mcp-kibela-server"
],
"env": {
"KIBELA_TEAM": "YOUR_TEAM_NAME",
"KIBELA_TOKEN": "YOUR_TOKEN"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Kibela MCP Server?
An MCP server that integrates with the Kibela API, allowing LLMs to search, read, and manage notes, groups, and folders within a Kibela team workspace. It is designed for developers and teams who use Kibela as a knowledge base and want AI assistants to access that content.
How to use Kibela MCP Server?
Configure via environment variables KIBELA_TEAM and KIBELA_TOKEN, then add the server configuration to your MCP client (e.g., Cursor's ~/.cursor/mcp.json). Run it using npx -y @kiwamizamurai/mcp-kibela-server, a Docker container, or from source after cloning and installing dependencies.
Key features of Kibela MCP Server
- Search notes with advanced filters
- Get your latest notes and recently viewed notes
- Retrieve full note content, comments, and attachments
- Manage groups, folders, and folder contents
- Like and unlike notes
- List users and view note metadata by path or URL
Use cases of Kibela MCP Server
- An AI coding assistant searching Kibela for relevant documentation.
- Automating the retrieval of recently updated notes for a team report.
- Enabling a chatbot to like or bookmark notes for a user.
- Querying notes by URL path to pull content into another tool.
FAQ from Kibela MCP Server
What tools does Kibela MCP Server provide?
It provides over 12 tools including kibela_search_notes, kibela_get_note_content, kibela_like_note, kibela_get_groups, kibela_get_users, and more.
What authentication is required?
It requires a Kibela team name (KIBELA_TEAM) and a Kibela API token (KIBELA_TOKEN) set as environment variables.
How can I run the server?
It can be run via npx (npx -y @kiwamizamurai/mcp-kibela-server), via Docker, or from source by cloning the repository and running the compiled JavaScript.
What transports does the server support?
The README documents a stdio transport (used by default) and notes that for SSE transport the server URL should be set to http://localhost:3000/sse.
Can I use the server with Cursor?
Yes, it includes explicit configuration for Cursor's MCP integration via the ~/.cursor/mcp.json file, using either npx or Docker.
Frequently asked questions
What tools does Kibela MCP Server provide?
It provides over 12 tools including kibela_search_notes, kibela_get_note_content, kibela_like_note, kibela_get_groups, kibela_get_users, and more.
What authentication is required?
It requires a Kibela team name (`KIBELA_TEAM`) and a Kibela API token (`KIBELA_TOKEN`) set as environment variables.
How can I run the server?
It can be run via npx (`npx -y @kiwamizamurai/mcp-kibela-server`), via Docker, or from source by cloning the repository and running the compiled JavaScript.
What transports does the server support?
The README documents a stdio transport (used by default) and notes that for SSE transport the server URL should be set to `http://localhost:3000/sse`.
Can I use the server with Cursor?
Yes, it includes explicit configuration for Cursor's MCP integration via the `~/.cursor/mcp.json` file, using either npx or Docker.
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments