We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kickflow/kickflow-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 依存関係
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
.pnpm-debug.log
# ビルド出力
dist/
build/
out/
*.tsbuildinfo
# 環境設定ファイル
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# ログ
logs
*.log
# OS固有のファイル
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# エディタディレクトリとファイル
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.sublime-workspace
*.swp
*.swo
# テストカバレッジ
coverage/
# キャッシュ
.npm
.eslintcache
.prettier-cache