Skip to main content
Glama
.gitignore1.11 kB
# Node.js dependencies node_modules/ npm-debug.log yarn-debug.log yarn-error.log # package-lock.json - Needed for CI/CD yarn.lock .cursor # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # IDE files .idea/ .vscode/ *.swp *.swo # OS files .DS_Store Thumbs.db # Task manager files /tasks/ .task_manager/ .tmp/ test-output.md # Log files *.log # Ignore test directories and files acf_test_* test_acf/ test_results.txt mcp_test.js .tmp/ .task_manager/ # User-specific configuration files claude-mcp-config.json config.json mcp-connection.json settings.json workspaces/ # IDE Configuration Files claude.json claude.dev.json *.dev.json cline_*.json cursor_*.json # Workspace directories workspaces/ workspace-*/ # ACF local state .acf/ # Test Dockerfiles at root Dockerfile.test* # Development artifacts *.local *.backup *.bak *.tmp *.temp # Coverage reports coverage/ *.lcov .nyc_output/ # Build outputs dist/ build/ out/ # Additional IDE files *.sublime-project *.sublime-workspace .project .classpath .c9/ *.launch .settings/ *.code-workspace

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FutureAtoms/agentic-control-framework'

If you have feedback or need assistance with the MCP directory API, please join our Discord server