Pearls
by Garblesnarff
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (default: 8889) | 8889 |
| BASE_URL | Yes | Public URL of your server (e.g., https://pearls.example.com) | |
| JWT_SECRET | Yes | Secret for signing JWTs (generate with openssl rand -base64 32) | |
| DATABASE_URL | Yes | PostgreSQL connection string | |
| ADMIN_USER_IDS | No | Comma-separated WorkOS user IDs with admin access | |
| WORKOS_API_KEY | Yes | WorkOS API key from dashboard | |
| WORKOS_CLIENT_ID | Yes | WorkOS client ID from dashboard | |
| AURORA_MEMBER_IDS | No | Comma-separated WorkOS user IDs with member access |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Garblesnarff/pearls'
If you have feedback or need assistance with the MCP directory API, please join our Discord server