Skip to main content
Glama
Dmitry-Kaleykin

knowledge-gateway-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KNOWLEDGE_GATEWAY_SKILLS_ROOTYesPath to the Pi skills root directory (equivalent to --skills-root).
KNOWLEDGE_GATEWAY_DOCUMENTATIONYesName of the Scribery documentation to use (equivalent to --documentation).
KNOWLEDGE_GATEWAY_SCRIBERY_API_KEYYesAPI key for the Scribery provider (equivalent to --api-key).
KNOWLEDGE_GATEWAY_SCRIBERY_COMMANDYesPath to the Scribery MCP server executable (equivalent to --scribery-command).
KNOWLEDGE_GATEWAY_SCRIBERY_PROFILEYesScribery provider profile name (equivalent to --profile).
KNOWLEDGE_GATEWAY_SCRIBERY_BASE_URLNoBase URL for the Scribery provider (optional).
KNOWLEDGE_GATEWAY_SCRIBERY_RERANK_MODELNoReranking model to use (optional).
KNOWLEDGE_GATEWAY_SCRIBERY_RERANK_INSTRUCTIONNoReranking instruction to use (optional).

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_skillsA

Search within local library of skills. Returns relevant candidates; it cannot list the complete skill catalog. Call load_skill for a relevant match.

load_skillA

Load the complete skill for an exact skill name returned by search_skills.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Dmitry-Kaleykin/skill-retrieval'

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