We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laststance/mac-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (not needed in published package)
src/
tests/
# Development configuration
.kiro/
.husky/
.vscode/
.idea/
logs/
# Build and development files
tsconfig.json
tsup.config.*
vitest.config.*
eslint.config.*
.eslintrc*
.prettierrc*
.prettierignore
.editorconfig
# Documentation for development only
CLAUDE.md
*.test.ts
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# OS files
.DS_Store
Thumbs.db
# Package manager
pnpm-lock.yaml
yarn.lock
package-lock.json
node_modules/
# Test and coverage
coverage/
.nyc_output/
# Temp files
*.log
*.tmp
.env*