Resonant Mind
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORKER_URL | No | Public URL of this worker (for signed image URLs) | |
| LOCATION_TZ | No | IANA timezone (e.g., America/New_York, Europe/London) | |
| LOCATION_LAT | No | Latitude for weather API | |
| LOCATION_LON | No | Longitude for weather API | |
| MIND_API_KEY | Yes | API key for Bearer/Basic auth — pick any strong random string | |
| LOCATION_NAME | No | Location name for weather/time context (e.g., London, UK) | |
| GEMINI_API_KEY | Yes | Google Gemini API key for embeddings (get one free at https://aistudio.google.com/apikey) | |
| R2_PATH_PREFIX | No | R2 key prefix (default: resonant-mind-images) | |
| SIGNING_SECRET | No | Separate HMAC key for signed image URLs (defaults to MIND_API_KEY) | |
| WEATHER_API_KEY | No | WeatherAPI.com key for inner weather | |
| MCP_CONNECTOR_SECRET | No | Secret path for Claude.ai connector auth | |
| DASHBOARD_ALLOWED_ORIGIN | No | CORS origin for API 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/codependentai/resonant-mind'
If you have feedback or need assistance with the MCP directory API, please join our Discord server