Skip to main content
Glama

MCP Server Starter

by LassiterJ
.dockerignoreโ€ข629 B
# Node modules node_modules/ # Build output (will be built in Docker) build/ dist/ # Test files tests/ *.test.ts *.test.js # Development files dev.js _templates/ # Git files .git/ .gitignore # Docker files Dockerfile docker-compose.yml .dockerignore # Lock files (except npm) pnpm-lock.yaml yarn.lock # Documentation *.md # IDE files .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Log files *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Environment files .env .env.* # GitHub workflows .github/ # ESLint eslint.config.mjs .eslintrc* .eslintignore # TypeScript config for ESLint tsconfig.eslint.json

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/LassiterJ/mcp-playground'

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