robotOverview

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.

Prerequisites

  • 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.comarrow-up-right.

The Three Modes

The server exposes different capabilities depending on the active mode. The default is configure, which includes both entry operations and module design tools.

Mode
What it unlocks
Switch command

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

circle-info

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.

What do you want to do?

Last updated