Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Kibela
by
kj455
Verified
npm
GitHub
Note Taking
Knowledge & Memory
TypeScript
MIT License
18
7
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-kibela
.changeset
.github
src
CHANGELOG.md
Dockerfile
.env.example
.gitignore
LICENSE
package.json
package-lock.json
.prettierrc
README.md
smithery.yaml
.tool-versions
tsconfig.json
tsup.config.ts
import { defineConfig } from 'tsup' export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], dts: true, clean: true, })