Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_docsA

List all n8n documentation pages from the cache.

get_docA

Read a single n8n documentation page as markdown.

search_docsA

Search across all cached n8n docs (case-insensitive regex).

refreshA

Re-fetch all n8n markdown files from GitHub and overwrite the cache.

Fetches ~1,500 .md files in parallel (10 concurrent). Use this when documentation looks outdated or after a new n8n release.

Returns JSON: {"fetched": int, "skipped": int, "errors": [str], "duration_ms": int}. fetched counts the number of files written, not total repo size.

search_templatesA

Search n8n.io workflow templates by keyword.

Queries the official n8n template gallery API. Returns workflow templates that match the search query — each includes the nodes used, description, and a template ID for fetching the full workflow JSON.

get_templateA

Fetch the full workflow JSON for an n8n template.

Returns the complete workflow definition including all node parameters, connections, positions, and settings. This is the data you need to understand exactly how a template is wired and recreate or adapt it.

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/okdk7788/docs-n8n-mcp'

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