kiwamizamurai/mcp-kibela-server
by Various
MCP server implementation for Kibela API integration
MCP
kiwamizamurai/mcp-kibela-server
Added 1 June 2026
Overview
An open-source MCP server written in TypeScript that exposes Kibela's API through the Model Context Protocol, enabling MCP-compatible AI clients to read, search, and manage a team's knowledge base. The server handles authentication and translates MCP requests into Kibela API calls.
Best for
Best for
Development teams already using Kibela who want to integrate it with MCP-enabled AI tools
Use cases
- Query Kibela articles from an AI coding assistant
- Search knowledge base entries without leaving the IDE
- Create or update documentation via natural language commands
How to use
Install
npx @modelcontextprotocol/inspector node ./dist/src/index.js Tested with
Cursor, VS Code
Example client config
{\n "mcpServers": {\n "kibela": {\n "command": "npx",\n "args": ["-y", "@kiwamizamurai/mcp-kibela-server"],\n "env": {\n "KIBELA_TEAM": "YOUR_TEAM_NAME",\n "KIBELA_TOKEN": "YOUR_TOKEN"\n }\n }\n }\n} Notes
An open-source MCP server written in TypeScript that exposes Kibela’s API through the Model Context Protocol, enabling MCP-compatible AI clients to read, search, and manage a team’s knowledge base. The server handles authentication and translates MCP requests into Kibela API calls.
6 stars on GitHub. Last updated 2025-08-23. Licensed MIT.
Use cases
- Query Kibela articles from an AI coding assistant
- Search knowledge base entries without leaving the IDE
- Create or update documentation via natural language commands
Pros
- Focused, single-purpose implementation for Kibela
- TypeScript codebase is approachable for most developers
- Lightweight – no external dependencies beyond the MCP SDK
Cons
- Low star count (6) implies limited testing and community support
- Tied to a specific third-party API that may change without notice
- No built-in caching; each query hits the live API
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Focused, single-purpose implementation for Kibela
- TypeScript codebase is approachable for most developers
- Lightweight – no external dependencies beyond the MCP SDK
Cons
- Low star count (6) implies limited testing and community support
- Tied to a specific third-party API that may change without notice
- No built-in caching; each query hits the live API
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.