Omnispindle
by DanEdens
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MQTT_HOST | No | MQTT broker host for real-time events. | |
| MQTT_PORT | No | MQTT broker port. | |
| MONGODB_DB | No | MongoDB database name. Default: swarmonomicon | |
| AUTH0_TOKEN | No | Alternative to MADNESS_AUTH_TOKEN for authentication. | |
| MONGODB_URI | No | MongoDB URI for local or hybrid modes. Default: mongodb://localhost:27017 | |
| MCP_USER_EMAIL | Yes | Email address for per-user data isolation. Required. | |
| MADNESS_API_URL | No | Override API base URL. Default: https://madnessinteractive.cc/api | |
| OMNISPINDLE_MODE | No | Operation mode: api, hybrid, local, or auto. Defaults to hybrid. | hybrid |
| MADNESS_AUTH_TOKEN | No | JWT from Auth0 device flow. Optional, zero-config device flow will be used if not provided. | |
| OMNISPINDLE_TOOL_LOADOUT | No | Tool loadout: full, basic, minimal, lessons, admin, write_only, read_only, lightweight, agent_preflight, refine. Defaults to basic. | basic |
| OMNISPINDLE_FALLBACK_ENABLED | No | Enable fallback to local database if API is unavailable. Default: true | |
| OMNISPINDLE_VALIDATE_PROJECT_NAMES | No | Enable slower DB-backed project name validation. Default: false |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/DanEdens/Omnispindle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server