{
"mcpServers": {
"kibela-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Kibela's official MCP Server
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 30 days ago. 14 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Kibela Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Kibela MCP Server is currently available only as a local server using STDIO and can be used with any MCP client such as Claude Desktop or VSCode.
Only those GraphQL APIs that are publicly available and suitable for MCP are implemented as tools.
Write the following configuration to claude_desktop_config.json. Set the Kibela origin and access token as environment variables.
{
"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": "***"
}
}
}
}
Then set the script as the execution command. At this time, make sure that the path to the script is absolute.
{
"mcpServers": {
"kibela": {
"command": "/path/to/kibela-mcp-server/bin/cli.mjs",
"env": {
"KIBELA_ORIGIN": "https://your-subdomain.kibe.la",
"KIBELA_ACCESS_TOKEN": "***"
}
}
}
}
search_kibela_note - Search notes
query: Search keyword (required)resources: Resource type filter (optional)coediting: Co-editing flag (optional)updated: Update date range (optional)groupIds: Group ID filter (optional)folderIds: Folder ID filter (optional)likerIds: Liker user ID filter (optional)isArchived: Archive flag (optional)sortBy: Sort order (optional)get_kibela_note_by_relay_id - Get a note by Relay ID
id: Note's Relay ID (required)get_kibela_note_from_path_or_url - Get a note from path or URL
path: Note's path or URL (required)get_kibela_notes - Get notes in a folder
folderId: Folder ID (required)first: Number of records from front (optional)last: Number of records from back (optional)create_kibela_note - Create a new note
title: Note title (required)content: Note content (required)draft: Draft flag (optional)groupIds: List of group IDs to belong to (required)folders: Folder information (optional)
groupId: Group IDfolderName: Folder nameupdate_kibela_note_content - Update note content
id: Note ID (required)newContent: New content (required)baseContent: Original content (required)search_kibela_folder - Search folders
query: Search keyword (required)get_kibela_folder_by_relay_id - Get a folder by Relay ID
id: Folder's Relay ID (required)first: Number of records from front (optional)get_kibela_folder_from_path_or_url - Get a folder from path or URL
path: Folder's path or URL (required)first: Number of records from front (optional)`get_kibela_fold