vibe-blueprint
by SinboBoop
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FOUNDATION_LLM_MODEL | No | Exact model ID; never silently replaced. | gpt-5.6-sol |
| FOUNDATION_LLM_API_KEY | No | Highest-priority credential; prefer `vibe-blueprint auth set` on a workstation. | none |
| FOUNDATION_CODE_SHARING | No | Maximum repository context: `none`, `summary`, or `diff`. | none |
| FOUNDATION_LLM_BASE_URL | No | Responses-compatible base URL. | https://api.inferenvoy.com |
| FOUNDATION_ALLOWED_ROOTS | No | Platform-delimited roots under which `project_root` may resolve. | server working directory |
| FOUNDATION_LLM_RESPONSES_PATH | No | Explicit path override; otherwise `/responses`, then `/v1/responses` only after 404/405. | discovered |
| FOUNDATION_LLM_REASONING_EFFORT | No | Responses reasoning effort. | xhigh |
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/SinboBoop/vibe-blueprint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server