Skip to main content
Glama
test.config.json1.44 kB
{ "port": 8104, "baseUrl": "http://localhost:8104/", "issuer": "http://localhost:8104/", "audience": "http://localhost:8104/", "jwksUrl": "http://localhost:8104/.well-known/jwks.json", "authorizeUrl": "http://localhost:8104/oauth2/authorize", "tokenUrl": "http://localhost:8104/oauth2/token", "userInfoUrl": "http://localhost:8104/oauth2/userinfo", "appBaseUrl": "http://localhost:3000/", "binaryStorage": "file:./binary/", "storageBaseUrl": "http://localhost:8104/storage/", "supportEmail": "\"Medplum\" <support@medplum.com>", "googleClientId": "397236612778-c0b5tnjv98frbo1tfuuha5vkme3cmq4s.apps.googleusercontent.com", "googleClientSecret": "", "recaptchaSiteKey": "6LfHdsYdAAAAAC0uLnnRrDrhcXnziiUwKd8VtLNq", "recaptchaSecretKey": "6LfHdsYdAAAAAH9dN154jbJ3zpQife3xaiTvPChL", "adminClientId": "2a4b77f2-4d4e-43c6-9b01-330eb5ca772f", "maxJsonSize": "1mb", "botLambdaRoleArn": "", "botLambdaLayerName": "medplum-bot-layer", "allowedOrigins": "*", "introspectionEnabled": true, "database": { "host": "localhost", "port": 5432, "dbname": "medplum_test", "username": "medplum", "password": "medplum", "disableRunPostDeployMigrations": true }, "redis": { "host": "localhost", "port": 6379, "password": "medplum" }, "bullmq": { "removeOnFail": { "count": 1 }, "removeOnComplete": { "count": 1 } }, "shutdownTimeoutMilliseconds": 30000 }

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/medplum/medplum'

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