MCP Servers / development / Inistate

Inistate

JSON →
stdionone1development

AI teammates with audit trails

Install
How to run this server
[ { "cmd": "npx -y inistate-mcp", "imports": [] } ]
server path: inistate
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envINISTATE_API_TOKEN
envINISTATE_API_URL
envINISTATE_WORKSPACE_ID
envOAUTH_ISSUER_URL
envINISTATE_APP_URL
Resources
Inistate — MCP Server · libregistry