Skip to main content
Glama

Kibela MCP Server

MIT License
12
7
  • Apple
  • Linux
package.json1.3 kB
{ "name": "@kiwamizamurai/mcp-kibela-server", "version": "1.1.1", "description": "MCP server for Kibela API integration", "license": "MIT", "type": "module", "engines": { "node": ">=20.0.0" }, "bin": { "mcp-kibela-server": "dist/src/index.js" }, "files": [ "dist" ], "keywords": [ "kibela", "documentation", "API", "server", "integration", "mcp" ], "repository": { "type": "git", "url": "https://github.com/kiwamizamurai/mcp-kibela-server" }, "bugs": { "url": "https://github.com/kiwamizamurai/mcp-kibela-server/issues" }, "homepage": "https://github.com/kiwamizamurai/mcp-kibela-server#readme", "scripts": { "build": "tsc && shx chmod +x dist/src/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/src/index.js", "start:sse": "node dist/src/sse.js", "lint": "biome check .", "lint:fix": "biome check --apply ." }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "graphql-request": "^6.1.0", "express": "^4.18.2", "cors": "^2.8.5" }, "devDependencies": { "@biomejs/biome": "1.5.3", "@types/node": "^20", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "shx": "^0.3.4", "typescript": "^5.6.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kiwamizamurai/mcp-kibela-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server