MCP server implementation that enables AI assistants to search and reference Kibela content
A Model Context Protocol (MCP) server implementation that enables AI assistants to search and reference Kibela content. This setup allows AI models like Claude to securely access information stored in Kibela.
The mcp-kibela server provides the following features:
Before you begin, ensure you have:
Choose one of the following installation methods:
npx -y @smithery/cli install @kj455/mcp-kibela --client claude
npm install -g @kj455/mcp-kibela
git clone https://github.com/kj455/mcp-kibela.git
cd mcp-kibela
npm install
npm run build
If you use Smithery, you don’t need to add this.
Add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"kibela": {
"command": "mcp-kibela",
"env": {
"KIBELA_TEAM": "your-team-name",
"KIBELA_TOKEN": "your-token"
}
}
}
}
You will need this special configuration:
{
"mcpServers": {
"kibela": {
"command": "/bin/bash",
"args": ["-c", "npx -y @kj455/mcp-kibela@latest"],
"env": {
"KIBELA_TEAM": "your-team-name",
"KIBELA_TOKEN": "your-token",
"PATH": "/path/to/.asdf/shims:/usr/bin:/bin",
"ASDF_DIR": "/opt/homebrew/opt/asdf/libexec",
"ASDF_DATA_DIR": "/path/to/.asdf",
"ASDF_NODEJS_VERSION": "your-nodejs-version"
}
}
}
}
You will need to modify the command and args like this:
{
"mcpServers": {
"kibela": {
"command": "/bin/bash",
"args": ["-c", "node dist/index.js"]
// ... other env configurations remain the same
}
}
}
Currently, ONLY build from source is supported.
After building from source, you need to modify Cursor Settings.
Cursor Settings -> Features -> MCP Servers -> Add new MCP server
kibela
(or whatever you want)command
env KIBELA_TEAM=your_team_name KIBELA_TOKEN=your_token node /path/to/mcp-kibela/dist/index.js
The following environment variables are required:
KIBELA_TEAM
: Your Kibela team name (required)KIBELA_TOKEN
: Your Kibela API token (required)Any contributions are welcome!
npm run build:watch
to build the project in watch mode.npm run build:watch
npx @modelcontextprotocol/inspector
to inspect the MCP server.npx @modelcontextprotocol/inspector node /path/to/mcp-kibela/dist/index.js
MIT
Hasura_mcp
Robinhood Mcp Server
The Robinhood MCP Server provides a comprehensive interface to the Robinhood Crypto API. This server handles authentication, account management, market data retrieval, and trading operations through both REST API and WebSocket interfaces.
Mobile Mcp
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Physical Devices)
Official MCP Server for AIStor
A Model Context Protocol (MCP) server implementation for Gumroad API
A Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow transitions.
Cloud-native AI Context and Project Management System with GraphQL API, Cloudflare D1 database, Git, Jira, and Slack integration, and customizable AutoRAG documentation search. [BETA]