Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VIBE_CODE_OFFLINENo1 = לא לנסות לרשת, להשתמש רק ב‑snapshot.0
VIBE_CODE_CACHE_TTL_MSNoTTL ל‑cache של הרענון החי.43200000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
route_projectA

Given a free-text description of what you're building or the problem you need to solve (Hebrew or English), returns the best-matching tools/libraries/skills from the Vibe Code catalog (vibe-code-best-practices.vercel.app), ranked with reasons, install command and docs URL. Use this whenever the user asks 'which tool/library should I use for X'.

recommend_stackA

Returns a coherent end-to-end stack (one curated pick per concern: framework, styling, components, database, auth, payments, testing, deploy, etc.) from the Vibe Code catalog, biased toward an optional free-text need. Pick platform web or mobile.

search_toolsA

Keyword search across all 800+ catalog entries (name, category, section, description). Returns ranked matches with docs URL and install command.

list_domainsA

List the top-level domains (Web, Mobile, AI Agents, Skills, MCP, Design...) with section/tool counts.

list_sectionsA

List all sections, optionally filtered to one domain. Use to discover section ids for route_project's domain filter or get_section.

get_sectionA

Return every tool inside a section, by section id or name.

get_toolA

Return details for one tool by name (exact or partial), including its section and domain.

refresh_catalogA

Re-fetch the catalog from vibe-code-best-practices.vercel.app (falls back to the bundled snapshot on failure). Use if the site was recently updated.

catalog_statusA

Report catalog source, counts per domain, and last refresh status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
catalogThe entire catalog: domains -> sections -> tools.
domainsTop-level domains with counts.
statsTool/section counts.

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/arielaizn/vibe-code-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server