ibmi-docs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ibmi-docs-mcpHow can I retrieve a system value using the QWCRSVAL API in IBM i?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ibmi-docs-mcp
FastMCP server that lets agents search and fetch IBM i documentation via IBM Documentation’s public APIs.
Setup
uv sync --extra devRelated MCP server: ghl-api-mcp
Run (stdio MCP)
uv run python server.pyCursor / 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
search_ibm_docs(query, version?, limit?)— ranked candidates (title,snippet,href,url)fetch_ibm_doc(url_or_href, version?)— plain-text topic body for a chosenhref
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 pytestLicense
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceA 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
- FlicenseAqualityDmaintenanceMCP server for GoHighLevel documentation, enabling agents to search docs, list endpoints, and fetch focused API details without loading large files.71
- Alicense-qualityDmaintenanceMCP server for documentation search that automatically indexes web documentation sites and provides semantic, full-text, or hybrid search capabilities.8MIT
- Flicense-qualityBmaintenanceMCP server that exposes one or more documentation folders (Markdown, MDX, TXT) to AI agents, enabling listing, reading, and searching of documentation files.
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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