Skip to main content
Glama

Secure MCP Server

.env.test518 B
# Test Environment Variables for Security Verification # Database DATABASE_URL=postgresql://test:test@localhost:5432/secure_mcp_test # Redis REDIS_URL=redis://localhost:6379/0 # Vault VAULT_URL=http://localhost:8200 VAULT_TOKEN=test-token # JWT JWT_SECRET=test-jwt-secret-key-for-verification JWT_EXPIRES_IN=3600 # Session SESSION_SECRET=test-session-secret-key-for-verification # Server PORT=3000 NODE_ENV=test # Logging LOG_LEVEL=info # MCP MCP_PROTOCOL_VERSION=1.0.0 MCP_MAX_TOOLS=100 MCP_MAX_RESOURCES=100

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/perfecxion-ai/secure-mcp'

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