Back to directory
kj455/mcp-kibela

kj455/mcp-kibela

@kj455

MCP server implementation that enables AI assistants to search and reference Kibela content

kibelasearchnotesknowledge-basemcpserverai-assistantcontent-managementcontext

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12