FoundersOS
by OurThinkTank
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | Yes | Supabase project URL (required) | |
| EMBEDDING_DIM | No | Embedding dimension (must match database schema dimension) | |
| OPENAI_API_KEY | No | OpenAI API key (required if EMBEDDING_PROVIDER=openai) | |
| EMBEDDING_MODEL | No | Embedding model, uses provider default if omitted | |
| OLLAMA_BASE_URL | No | Ollama server URL (required if EMBEDDING_PROVIDER=ollama) | |
| AWS_ACCESS_KEY_ID | No | AWS access key ID for Bedrock (optional, uses default AWS credential chain if omitted) | |
| AWS_DEFAULT_REGION | No | AWS region for Bedrock (optional, used if EMBEDDING_PROVIDER=bedrock) | |
| EMBEDDING_PROVIDER | No | Embedding provider: openai, bedrock, ollama. Defaults to 'openai' | |
| FOUNDERS_OS_USER_ID | No | User identifier for personal scopes, defaults to 'default' | |
| SUPABASE_SECRET_KEY | Yes | Supabase secret key (required) | |
| FOUNDERS_OS_TIMEZONE | No | Timezone used by date-aware tools, e.g. 'America/Los_Angeles' | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for Bedrock (optional) | |
| FOUNDERS_OS_COMPANY_ID | No | Company identifier for scoping data, defaults to 'default' |
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/OurThinkTank/founders-os'
If you have feedback or need assistance with the MCP directory API, please join our Discord server