At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.



| Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
|---|---|---|---|---|---|---|
iris-persistenceIris persistence model for python | G | Docker Python | 0.0 (0) | 13 May, 2026 | ||
iris-session-agentChat with an IRIS interoperability session to determine what happened in the familiar System Management Portal UI | J | Python IPM AI | 0.0 (0) | 11 May, 2026 | ||
InterSystems Ideas Waiting to be ImplementedParser for arbitrary binary protocolsRapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption. Quite a lot of these protocols are binary because: * It allows for greater throughput * On a device level these protocols are easier to implement * On a device level they are more resource (CPU/RAM) efficient Currently InterSystems IRIS offers several functions for work with binary data: * zzdump * $zhex * $char * $ascii But protocol implementation is left as a task for the end user. Removing the time-consuming need for protocol implementation would allow for easier and stronger positioning of InterSystems IRIS as an IoT platform. One of the possible approaches to protocol implementation is declarative parsing. With declarative parsing user describes the data structure that he wants parsed (i.e.{ name: title, type: string, length: 5}...) in some declarative language (XML, JSON, YAML) and we use this to generate a concrete parser. Afterwards user passes protocol data to the concrete parser implementation and receives parsed values (as objects or locals or $lb). Kaitai Struct (http://kaitai.io) is an OpenSource (MIT license) declarative parser implementation which allows user to generate parser code for several languages: C++, C#, Go, Java, JavaScript, Lua, Perl, PHP, Python, Ruby, Rust. It allows easy language extensibility by keeping most of the process language-agnostic and only the last step (concrete parser generation) is end-language specific. I propose we add ObjectScript as a Kaitai Struct generation language. It would allow us to generate native ObjectScript parsers easily which would help with presenting InterSystems IRIS an IoT platform especially at a PoC stage. Alternatives to Kaitai Struct: * binpac (https://github.com/bro/binpac) - C++ only * preon (https://github.com/preon/preon) - Java only The advantage of Kaitai Struct is that it's not aimed at one language form the beginning, so adding a new language is an expected procedure. Article on the topic (https://old.reddit.com/r/cpp/comments/5tcnmh/implementing_communication_protocols_in_c_for/) E 3Votes0Comments | ||||||
iris-mcp-blueprintThis repository is an example of a blueprint showing how to build an MCP server for InterSystems IRIS that contains several tool regarding SQL, Globals, Class methods, Atelier API, and Interoperability and reusable prompts and resources as well. Treat it as a starting point to create your own MCP tailored for your IRIS application | P | Docker Python AI ML ML | 0.0 (0) | 11 May, 2026 | ||
iris-embedded-python-wrapperEmbedded Python Wrapper for venv | G | Python | 0.0 (0) | 11 May, 2026 | ||
sqljsonadaptorMakes %JSON.Adaptor methods accessible via SQL. | D | IPM | 5.0 (1) | 11 May, 2026 | ||
![]() iris-certified-agentsInterSystems technology agents at your fingertips | AI | 0.0 (0) | 26 Apr, 2026 | |||
iris-synthetic-data-genProject for creating configurable synthetic datasets with InterSystems IRIS | G | Docker Python IPM | 4.0 (1) | 23 Apr, 2026 | ||
IRIS MCP Server SuiteIRIS MCP Server Suite: Comprehensive suite of MCP servers for InterSystems IRIS. | J | Python | 0.0 (0) | 16 Apr, 2026 | ||
intersystems-objectscript-mcpRead-only MCP server for InterSystems IRIS via the Atelier API. | AI | 0.0 (0) | 02 Apr, 2026 | |||
docbook-markdown-extensionConvert InterSystems IRIS documentation pages into markdown. | L | AI | 5.0 (2) | 12 Mar, 2026 | ||
![]() iris-medmatchAn AI-powered patient matching engine built on InterSystems IRIS, utilizing Vector Search and Natural Language Processing (NLP) to find clinically similar patients across FHIR repositories | Docker Python | 5.0 (1) | 24 Feb, 2026 | |||
iris-testops-hubApp for collecting, storing and analyzing autotest results | M | Docker AI | 0.0 (0) | 22 Feb, 2026 | ||
![]() Iris Global Guard AIAI powered analysis tool for Global storage risk management | Docker IPM AI | 0.0 (0) | 23 Feb, 2026 | |||
DictionaryManagementDictionary management, enabling the quick lookup function of code and value pairs | B | Docker | 5.0 (1) | 21 Feb, 2026 | ||
![]() withLoveAn AI-Native Low-Code platform for InterSystems IRIS. Build UIs, REST APIs, SQL Schemas, and FHIR Integrations using natural language agents. Zero boilerplate, pure creation. | Docker IPM AI | 0.0 (0) | 11 Mar, 2026 | |||
iris-table-editorIRIS Table Editor - (VS Code Extension, Standalone Windows App, and Full Stack Web App) | J | Docker | 4.0 (1) | 17 Feb, 2026 | ||
iris-searchtable-configSearchtable Config is a web tool for service configuration and XPath extraction, enabling users to manage XML XPath configurations for different services, with XML formatting, node selection, and XPath extraction capabilities. | d | Docker IPM | 4.5 (1) | 14 Feb, 2026 | ||
![]() json2classUtility to transform JSON into ObjectScript classes | Docker IPM | 4.5 (2) | 03 Feb, 2026 | |||
![]() M-N-external-JSONExport M:N Relationship with JSON using SQL | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() Mimic-SQL-Host-VariablesAllow SQL Host Variables outside embedded SQL | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() db-migration-using-SQLgatewayfrom PostgreSQL to InterSystems IRIS using SQLGateway | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() Global-Scan-to-SQLAnalyze Globals by Subscript-Level | Docker | 4.5 (1) | 25 Jan, 2026 | |||
![]() Collection-Indexing-and-QueryHow to get correct index for SQL query generator | Docker | 4.0 (2) | 25 Jan, 2026 | |||
![]() ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker | 4.5 (1) | 25 Jan, 2026 | |||
![]() GlobalStreams-to-SQLTools to investigate GlobalStreams by SQL | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() character-slice-indexIndexing text by characters | Docker | 5.0 (1) | 25 Jan, 2026 | |||
Vector-inside-IRISrun vector search inside IRIS | Docker | 5.0 (1) | 25 Jan, 2026 | |||
foreign-tablesexample for using Foreign Tables with CSV | 5.0 (1) | 25 Jan, 2026 | ||||
![]() geo-vector-searchmathematical use of vector search | Docker | 5.0 (3) | 25 Jan, 2026 | |||
![]() Global-InspectorInspect Global Details | 5.0 (1) | 25 Jan, 2026 | ||||