Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_BASE_URLNoOllama HTTP API root, e.g. http://192.168.1.69:11434 (no trailing slash).
APG_MCP_DATA_DIRNoOptional. Directory that contains manifest.json (defaults to data/ next to dist/).
OLLAMA_SKIP_PULLNoIf 1 / true / yes, skips /api/pull on startup (models must already exist on the server).
OLLAMA_CHAT_MODELNoModel id for LangChain.js ChatOllama (@langchain/ollama).
OLLAMA_EMBEDDING_MODELNoModel id for OllamaEmbeddings (RAG / similarity).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
logging
{}
resources
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
apg_metaA

APG dataset metadata: source commit, when generated, and link to the patterns index.

apg_list_patternsA

List all APG pattern ids and titles. Optional filter matches id or title (case-insensitive substring).

apg_get_patternA

Full pattern documentation as Markdown (requirements, keyboard, ARIA, etc.) plus example summaries with live URLs.

apg_get_exampleA

Official example source for one APG demo: HTML plus linked CSS/JS (and placeholders for binary assets).

apg_semantic_searchA

RAG: natural-language search over APG pattern Markdown and example source text. Returns the most similar chunks with patternId (and example slug when applicable). Follow up with apg_get_pattern / apg_get_example for full docs. Requires a pre-built index from npm run rag:index.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
apg_manifestCompact APG pattern index (ids, titles, example slugs, bundle paths).

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/nicolasgalvez/accessibility-mcp'

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