Skip to main content
Glama

ibmi-docs-mcp

FastMCP server that lets agents search and fetch IBM i documentation via IBM Documentation’s public APIs.

Setup

uv sync --extra dev

Related MCP server: ghl-api-mcp

Run (stdio MCP)

uv run python server.py

Cursor / Bob mcp.json

{
  "mcpServers": {
    "ibmi-docs": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/absolute/path/to/ibmi-docs-mcp",
        "python",
        "server.py"
      ],
      "env": {
        "IBMI_DOCS_VERSION": "7.5.0"
      }
    }
  }
}

Tools

  1. search_ibm_docs(query, version?, limit?) — ranked candidates (title, snippet, href, url)

  2. fetch_ibm_doc(url_or_href, version?) — plain-text topic body for a chosen href

Typical flow: search HTTP_GET → pick best hit → fetch its href.

Env vars

See .env.example for tunables (IBMI_DOCS_VERSION, IBMI_DOCS_CACHE_PATH, IBMI_DOCS_MAX_CHARS, IBMI_DOCS_LOG_LEVEL, …).

Logs go to stderr (never stdout — that is the MCP channel). When Cursor launches the server, check the MCP server output / logs panel for lines like search cache hit / fetch miss → IBM.

Tests

uv run pytest

License

MIT — see LICENSE.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A local-first MCP server that provides fast access to OpenEMR wiki pages, users guide, and selected API documentation through tools like search, page retrieval, and category listing.
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    MCP server for GoHighLevel documentation, enabling agents to search docs, list endpoints, and fetch focused API details without loading large files.
    7
    1
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for documentation search that automatically indexes web documentation sites and provides semantic, full-text, or hybrid search capabilities.
    8
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    MCP server that exposes one or more documentation folders (Markdown, MDX, TXT) to AI agents, enabling listing, reading, and searching of documentation files.

View all related MCP servers

Related MCP Connectors

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

  • Agentic search over your Dewey document collections from any MCP-compatible client.

  • MCP server for accessing curated awesome list documentation

View all MCP Connectors

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