{"type":"mcp_server","name":"mcp-kibela-server","description":"This repository provides an MCP server for Kibela API integration, enabling Large Language Models to search notes, retrieve recent notes, and access note content with comments, facilitating interaction with Kibela content.","category":"Search & Knowledge","language":"TypeScript","stars":6,"forks":2,"owner":"kiwamizamurai","github_url":"https://github.com/kiwamizamurai/mcp-kibela-server","homepage":null,"setup":"## Setup\n\n**Configuration:**\n\n**Environment Variables**\n\n- `KIBELA_TEAM`: Your Kibela team name (required)\n- `KIBELA_TOKEN`: Your Kibela API token (required)\n\n**Usage with Claude Desktop:**\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"kibela\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@kiwamizamurai/mcp-kibela-server\"],\n      \"env\": {\n        \"KIBELA_TEAM\": \"your-team\",\n        \"KIBELA_TOKEN\": \"your-token\"\n      }\n    }\n  }\n}\n```\n\n**Cursor Integration:**\n\nAdd to your `~/.cursor/config.json`:\n\n```json\n{\n  \"mcp\": {\n    \"servers\": {\n      \"kibela\": {\n        \"command\": \"node\",\n        \"args\": [\"dist/src/index.js\"],\n        \"env\": {\n          \"KIBELA_TEAM\": \"your-team\",\n          \"KIBELA_TOKEN\": \"your-token\"\n        }\n      }\n    }\n  }\n}\n```\n\nFor SSE transport, ensure the server URL is set to: `http://localhost:3000/sse`","tools":"## Available Tools\n\n1. Search notes (Search Kibela notes with given query)\n2. Get your latest notes (Get your latest notes from Kibela)\n3. Get note content and comments (Get content and comments of a specific note)","faq":null,"created_at":"2025-02-01T23:38:02+00:00","updated_at":"2025-02-11T10:26:41+00:00","source_url":"https://model-context-protocol.com/servers/mcp-server-kibela-api-integration","related_articles":[]}