Skip to main content
Glama
.env.example568 B
# HashiCorp Vault Configuration export VAULT_ADDR=http://localhost:8200 export VAULT_TOKEN=your-vault-server-token-here export VAULT_URL="https://localhost:8200/v1" export VAULT_TIMEOUT=5000 export VAULT_CACERT="ca-vault.crt" # MCP Server Configuration export MCP_PORT=3000 export MCP_TLS_KEY="./certs/mcp-server.key" export MCP_TLS_CERT="./certs/mcp-server.crt" export MCP_TLS_CA="./certs/ca.crt" export MCP_TLS_ENABLED="true" # Optional: Bearer token for MCP server authentication # Leave empty to disable authentication export MCP_AUTH_TOKEN=your-secret-token-here

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/rod-anami-kyndryl/hashi-vault-mcp'

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