Overview
Connect AI assistants like Claude to your Inistate workspace using the Model Context Protocol (MCP).
Last updated
Connect AI assistants like Claude to your Inistate workspace using the Model Context Protocol (MCP).
The Inistate MCP server lets AI assistants — Claude, ChatGPT, and others — read and write your Inistate workspace data through natural conversation. Ask the AI to query entries, submit activities, design new modules, or generate custom UI code, all without leaving your chat.
An active Inistate account
At least one workspace set up in Inistate
If you don't have an account yet, contact your Inistate administrator or sign up at app.inistate.com.
The server exposes different capabilities depending on the active mode. The default is configure, which includes both entry operations and module design tools.
configure (default)
Entry CRUD + module design and schema tools
switch_mode configure
runtime
Entry queries, activities, history, and file uploads only
switch_mode runtime
frontend
Everything in configure + REST API reference for custom UI development
switch_mode frontend
You can switch modes at any time by telling your AI assistant: "Switch to runtime mode" or "Switch to configure mode." The tool surface updates immediately without reconnecting.
Working with Entries
Query, create, edit, delete entries and view audit history.
Last updated