Ignition JavaDoc
БесплатноНе проверенMCP server for fast searching and documentation retrieval of the Ignition Inductive Automation Java API, with multi-version support.
Описание
MCP server for fast searching and documentation retrieval of the Ignition Inductive Automation Java API, with multi-version support.
README
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.
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 build
Usage 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.
Установка Ignition JavaDoc
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/soubhagya2001/Ignition-JavaDoc-MCPFAQ
Ignition JavaDoc MCP бесплатный?
Да, Ignition JavaDoc MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ignition JavaDoc?
Нет, Ignition JavaDoc работает без API-ключей и переменных окружения.
Ignition JavaDoc — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ignition JavaDoc в Claude Desktop, Claude Code или Cursor?
Открой Ignition JavaDoc на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Ignition JavaDoc with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
