We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mihasicehcek/sn-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# SignNow API configuration
SIGNNOW_TOKEN=your_signnow_token_here
SIGNNOW_APP_BASE=https://app.signnow.com
SIGNNOW_API_BASE=https://api.signnow.com
SIGNNOW_CLIENT_ID=id
SIGNNOW_CLIENT_SECRET=secret
SIGNNOW_API_BASIC_TOKEN=basic_token
SIGNNOW_PASSWORD=password
SIGNNOW_USER_EMAIL=login
# OAuth server configuration
OAUTH_ISSUER=https://127.0.0.1
RESOURCE_HTTP_URL=https://127.0.0.1/mcp
RESOURCE_SSE_URL=https://127.0.0.1/sse
ACCESS_TTL=3600
REFRESH_TTL=2592000
ALLOWED_REDIRECTS=http://localhost, http://127.0.0.1, http://127.0.0.1:8000
# OAuth RSA key configuration
OAUTH_RSA_PRIVATE_PEM=your_rsa_private_key_here
OAUTH_JWK_KID=mcp-dev-key
#For examples
LLM_API_HOST=https://api.openai.com/v1
LLM_MODEL=gpt-4o-mini
LLM_KEY=XXXXXXXXXXXXX