Skip to main content
Glama

MeshSeeks

.gitignore865 B
# Dependency directories node_modules/ # Environment variables and secrets .env .env.* *.env .env.local .env.development.local .env.test.local .env.production.local *.pem *.key *secret* *credential* *password* *token* # MCP configuration with API keys .mcp.json # Claude settings (potentially sensitive) .claude/ # Debug logs npm-debug.log* yarn-debug.log* yarn-error.log* logs/ *.log # System files .DS_Store Thumbs.db .directory desktop.ini # IDE and editor folders .idea/ .vscode/ *.swp *.swo *.sublime* .project .settings/ # Build output and directories # dist/ - We'll keep this since it seems to be used for deployments /build/ /.next/ /out/ # Temporary files *.tmp *.temp .cache/ # Test coverage /coverage/ .nyc_output/ # Repositories directory /repos/ /repos/** # Other files that might contain sensitive information .npmrc .netrc .aws/ .config/

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/twalichiewicz/meshseeks'

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