Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IBMI_DOCS_VERSIONNoIBM i documentation version to use, e.g. 7.5.0.
IBMI_DOCS_LOG_LEVELNoLogging level (e.g., DEBUG, INFO, WARNING).
IBMI_DOCS_MAX_CHARSNoMaximum number of characters to include from fetched document content.
IBMI_DOCS_CACHE_PATHNoFile path for caching API responses.

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
search_ibm_docsA

Search IBM i documentation (IBM's own docs search index).

Prefer short object/command names (e.g. HTTP_GET, WRKACTJOB, CHGJRN) over long prose. Results are ranked by IBM relevance — read titles/snippets and pick the best match; do not assume hit #1 is always right. Next step: call fetch_ibm_doc with the chosen result's href.

fetch_ibm_docA

Fetch one IBM i documentation topic as plain text.

Pass the href (or content API URL) from search_ibm_docs. Returns title, url, text, and truncated/stale flags. Prefer search first so you pick the right page.

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/wyattmog/ibmi-docs-mcp'

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