We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/landicefu/divide-and-conquer-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependency directories
node_modules/
jspm_packages/
# Credentials
.npmrc
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Coverage directory used by tools like istanbul
coverage
*.lcov
# Build outputs
dist/
build/
out/
# Cache directories
.npm
.eslintcache
.cache
.parcel-cache
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store