We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cgize/claude-mcp-think-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (only dist is needed)
src/
tsconfig.json
# Development files
.github/
.git/
.gitignore
.eslintrc.js
.prettierrc
.editorconfig
# Testing
test/
coverage/
*.test.ts
*.spec.ts
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local