# Getting Started

The Inistate MCP server is hosted at `https://mcp.inistate.com`. You connect your AI assistant to it once; after that, the AI can access your workspace directly in conversation.

## Prerequisites

* An active Inistate account
* Claude Desktop or another MCP-compatible AI assistant

## Connect Your AI Assistant

{% tabs %}
{% tab title="Claude Desktop" %}

1. Open Claude Desktop and go to **Settings → Connectors**.
2. Click **Add custom connector**.
3. Enter the following details:
   * **Name:** `Inistate`
   * **URL:** `https://mcp.inistate.com/mcp`
4. Click **Add**.

![connection](/files/A3M1D31AAZvy4kxlLCsg)

Claude Desktop will prompt you to log in to your Inistate account the first time you use an Inistate tool.
{% endtab %}

{% tab title="ChatGPT" %}
{% hint style="warning" %}
ChatGPT connector support is coming soon. Check back for updates.
{% endhint %}
{% endtab %}
{% endtabs %}

## Verify the Connection

Once connected, ask your AI assistant:

> "List my Inistate modules."

The AI will call `list_workspaces`, ask you to confirm your workspace, then return the modules available in it. If you see your module list, you're ready to go.

{% hint style="info" %}
The server starts in **configure mode** by default, which gives you both entry operations and module design tools. If you only need to work with entries, ask the AI to switch to runtime mode: *"Switch to runtime mode."*
{% endhint %}

## What's Next

| I want to...                   | Go to                                                                 |
| ------------------------------ | --------------------------------------------------------------------- |
| Query, create, or edit entries | [Working with Entries](/home/mcp-integration/working-with-entries.md) |
| Attach or retrieve files       | [File Uploads & Downloads](/home/mcp-integration/file-uploads.md)     |
| Design a new workflow module   | [Designing Modules](/home/mcp-integration/designing-modules.md)       |
| Modify an existing module      | [Modifying Modules](/home/mcp-integration/modifying-modules.md)       |
| Build a custom UI              | [Building Custom UIs](/home/mcp-integration/building-custom-uis.md)   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inistate.gitbook.io/home/mcp-integration/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
