foundation
by nekoPhysics
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HF_TOKEN | No | HuggingFace token | |
| LOG_LEVEL | No | Log level | INFO |
| OLLAMA_URL | No | Local LLM (Ollama) endpoint | http://localhost:11434 |
| QDRANT_HOST | No | Qdrant host | localhost |
| QDRANT_PORT | No | Qdrant port | 6333 |
| DATABASE_URL | No | PostgreSQL connection string (required) | |
| VAULT_OUTPUT_DIR | No | Container Vault output mount point | /output |
| GPU_SCHEDULER_URL | No | GPU scheduler endpoint | http://gpu-scheduler:9400 |
| OPENAI_COMPAT_URL | No | External OpenAI-compatible endpoint | http://localhost:8317 |
| POSTGRES_PASSWORD | No | PostgreSQL password for docker-compose setup | |
| VAULT_OUTPUT_HOST_DIR | No | Host path to Obsidian vault (for docker-compose) | |
| LLAMA_SERVER_BATCH_URL | No | Batch llama-server endpoint | http://localhost:11435 |
| FOUNDATION_ALLOWED_EMAILS | No | Allowed email addresses for OAuth (required in http mode) |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/nekoPhysics/foundation-core'
If you have feedback or need assistance with the MCP directory API, please join our Discord server