We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/koseha/api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
*.ts
!*.d.ts
# TypeScript configuration
tsconfig.json
# Development files
.git/
.gitignore
.vscode/
.idea/
*.swp
*.swo
*~
# Build tools
*.tsbuildinfo
# Testing
test/
tests/
__tests__/
*.test.ts
*.spec.ts
coverage/
.nyc_output/
# Environment files
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# Temporary files
tmp/
temp/
*.tmp
# Documentation (optional - remove if you want to include)
# README.md
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
.circleci/