Ignition-JavaDoc-MCP
Provides fast search and detailed Markdown documentation retrieval for the Ignition Inductive Automation Java API, including classes, packages, and members.
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., "@Ignition-JavaDoc-MCPSearch for the Ignition Dataset class"
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.
Ignition Javadocs MCP
An MCP (Model Context Protocol) server for extremely fast and accurate searching and documentation retrieval of the Ignition Inductive Automation Java API.
Features
Lightning Fast Search: Indexes the Javadoc JSON-like artifacts (e.g.
type-search-index.js) to provide sub-second search responses without downloading full HTML.Dynamic HTML Parsing: When detailed documentation is requested, it dynamically fetches the Javadoc HTML and meticulously converts it into clean, AI-readable Markdown using
cheerio.Multi-Version Support: Can query any version of Ignition (default
8.1.39) that publishes Javadoc to the inductive automation SDK domain.
Related MCP server: devdocs-mcp
Tools Provided
search_ignition_api: Search forclass,package, ormemberby keyword.get_ignition_class_docs: Retrieve the full Markdown documentation for a specific class (e.g., package:com.inductiveautomation.ignition.common, class:Dataset).get_ignition_package_docs: Retrieve the full Markdown documentation for a specific package.get_ignition_member_docs: Retrieve documentation for a single member (method/field/constructor). Use theufield from search results asmemberAnchor.
Caching
The search index is cached to disk in .cache/ (one file per Ignition version) so restarts don't re-download it. Cache entries expire after 24 hours. Override the cache location with the IGNITION_JAVADOC_CACHE_DIR environment variable.
Getting Started
Prerequisites
Node.js >= 18
Installation & Build
# Install dependencies
npm install
# Compile the TypeScript to JavaScript
npm run buildUsage with MCP Clients
To use this with an MCP client (such as Claude Desktop), configure your MCP settings file to run this server.
Example configuration:
{
"mcpServers": {
"ignition-javadoc": {
"command": "node",
"args": [
"/path/to/Ignition-Module-Development-Docs/dist/index.js"
]
}
}
}This MCP operates exclusively on stdio.
Maintenance
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
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.37MIT
- Alicense-qualityDmaintenanceAn MCP server that provides version-pinned, deterministic documentation sourced from DevDocs.io to AI assistants (Claude, RooCode, Cline, Copilot etc.) and also via offline mode. Not via Scraping! But using the supported downloading option from devdocs.4913MIT
- Alicense-qualityDmaintenanceAn MCP server for intelligently reading Java source code, supporting extraction from Maven dependencies and local projects with dual decompilers.155Apache 2.0
- Alicense-qualityCmaintenanceA Model Context Protocol (MCP) server for exploring, analyzing, and decompiling Java JAR files.1904MIT
Related MCP Connectors
MCP server for doc2mcp documentation, generated by doc2mcp.
MCP server for accessing curated awesome list documentation
An MCP server that gives your AI access to the source code and docs of all public github repos
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/soubhagya2001/Ignition-JavaDoc-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server