accessibility-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_BASE_URL | No | Ollama HTTP API root, e.g. http://192.168.1.69:11434 (no trailing slash). | |
| APG_MCP_DATA_DIR | No | Optional. Directory that contains manifest.json (defaults to data/ next to dist/). | |
| OLLAMA_SKIP_PULL | No | If 1 / true / yes, skips /api/pull on startup (models must already exist on the server). | |
| OLLAMA_CHAT_MODEL | No | Model id for LangChain.js ChatOllama (@langchain/ollama). | |
| OLLAMA_EMBEDDING_MODEL | No | Model id for OllamaEmbeddings (RAG / similarity). |
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
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