Skip to main content
Glama
nurnaufal321

Ignition Doc MCP

by nurnaufal321

Ignition Doc MCP

Ground your AI answers in live Inductive Automation Ignition documentation.

Python 3.11+ MCP License: MIT


What it does

Ignition Doc MCP is a Model Context Protocol (MCP) server that gives AI assistants like Claude direct access to the official Inductive Automation Ignition documentation. Instead of relying on training data that may be outdated or incorrect, the AI fetches real answers from live docs — eliminating hallucination on Ignition-specific topics.

Covers both the Ignition User Manual (always the latest version) and the Ignition SDK Programmer's Guide.


Related MCP server: Whoosh RAG MCP

How it works

The server queries the Typesense search backends that power docs.inductiveautomation.com and sdk-docs.inductiveautomation.com in real time. No API key required, no local doc files, no indexing step — every search goes directly to Inductive Automation's search backend and returns content that is always up to date.

The User Manual search is pinned to the docs-default-current tag, which automatically resolves to the latest published version — no manual version bumps needed when Ignition releases a new version.


Prerequisites


Installation

1. Clone the repository

git clone https://github.com/nurnaufal321/inductiveautomation-doc-mcp.git
cd inductiveautomation-doc-mcp

2. Install dependencies

uv sync

3. Register with Claude Code

claude mcp add ignition-docs --scope user -- uv run --directory /path/to/inductiveautomation-doc-mcp python server.py

Replace /path/to/inductiveautomation-doc-mcp with the absolute path to the cloned folder.

4. Restart Claude Code to pick up the new MCP server. You should see ignition-docs listed when you run:

claude mcp list

Available Tools

Once registered, Claude has access to three tools:

Tool

Description

search_ignition_docs

Search the Ignition User Manual (latest version) by keyword. Optional: n_results (default 5, max 20).

search_ignition_sdk

Search the Ignition SDK Programmer's Guide by keyword. Optional: n_results (default 5, max 20).

get_page

Fetch the full text of a documentation page by URL. Optional: max_chars (default 4000, max 12000).


Usage Examples

Ask Claude questions like:

  • "How do I configure an OPC-UA connection in Ignition?"

  • "What Vision window types are available?"

  • "How does tag history deadband work?"

  • "How do I create a GatewayModuleHook for my Ignition module?"

  • "What are the core modules included in Ignition?"

Claude will search the live docs and cite the exact page it used.


Scope

Ignition User Manual

Covers the full Ignition platform including:

  • Tags, Tag Historian, and Tag Diagnostics

  • Perspective and Vision modules

  • Scripting and Python in Ignition

  • Alarm Notification and Event Streams

  • OPC-UA, SQL Bridge, Reporting

  • Gateway, Designer, and Client configuration

  • Transaction Groups and Database connections

Ignition SDK Programmer's Guide

Covers module development including:

  • GatewayModuleHook, DesignerModuleHook, ClientModuleHook

  • Tag providers, drivers, and OPC server development

  • Gateway network communication

  • Component and style development


References


Disclaimer

This project is not affiliated with, endorsed by, or supported by Inductive Automation. It queries Inductive Automation's publicly accessible documentation search backend for personal and developer use. Users are responsible for complying with Inductive Automation's terms of use.


License

This project is licensed under the MIT License. See LICENSE for details.

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

View all related MCP servers

Related MCP Connectors

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • An MCP server that integrates with Discord to provide AI-powered features.

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/nurnaufal321/inductiveautomation-doc-mcp'

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