Inistate
JSON →AI teammates with audit trails
Install
npx -y inistate-mcp Tools · 16
- list_workspaces List workspaces the user has access to
- set_workspace Set the active workspace
- list_modules List all discoverable modules in the workspace
- get_module_schema Get the canvas schema (basic or extended tier)
- get_module_canvas Get full module definition with stable IDs (round-trippable)
- list_entries Query entries with filters, sorting, and pagination
- get_entry Read a single entry by ID
- get_form Get form fields and defaults for an activity
- submit_activity Create, edit, delete, or run custom activities
- get_entry_history Get entry audit trail and comments
- upload_file Upload a file to S3 storage
- download_file Download a file (returns pre-signed URL)
- design_workflow Generate a scaffolded module template from a description
- validate_design Validate a module schema before creating or updating
- create_module Create a new module with schema
- update_module Update an existing module's schema
Environment variables
INISTATE_API_TOKENINISTATE_API_URLINISTATE_WORKSPACE_IDOAUTH_ISSUER_URLINISTATE_APP_URL
Links
★ 1 GitHub stars