Connect
Pick the app and approve access to Siglata.
Siglata connects to an AI agent through one address. Once connected, your agent works with your organization’s files, folders, and members under your own membership and role.
https://www.siglata.com/v1/mcp
There is no API key to create and nothing to paste into a settings field beyond that address. You sign in with an email magic link, and you pick one organization while you connect.
Pick Your App
Choose the app you already use. Start with the OS-aware install hub if you want the page to pick Bash or PowerShell for you. Each app page carries the full steps, a copy-paste block, and a way to check the connection worked.
| App | Install page | Status |
|---|---|---|
| Cursor | Connect Cursor | Proven (v1) |
| Codex | Connect Codex | Proven (v1) |
| ChatGPT Desktop | Connect ChatGPT Desktop | Installable / spec-compatible |
| Claude Desktop | Connect Claude Desktop | Installable / spec-compatible |
| VS Code | Connect VS Code | Installable / spec-compatible |
Proven (v1) means Cursor and Codex are the clients Siglata verified for this release. Installable / spec-compatible means the same MCP endpoint works when the app supports remote Streamable HTTP and OAuth. Steps may vary slightly by app version.
These pages are install how-tos only. They do not replace the marketing site or the MCP capability reference.
Before You Start
- A Siglata account. Open the Siglata Console and sign in with a magic link. See Sign in.
- One of the apps above, installed and up to date.
What Happens While You Connect
Every app follows the same five moments, whatever its settings screen looks like.
- You give the app the address
https://www.siglata.com/v1/mcp. - The app opens your browser on Siglata.
- You sign in with your email magic link if you are not signed in already.
- You pick the organization this connection may reach. One connection reaches one organization.
- You approve the permissions the app asked for, and the app stores its access token.
You’re Done When
- Your app lists Siglata as connected.
- The tool list shows exactly two tools,
executeandsearch. - You ask the agent to list the files in your organization, and it answers with your files.
What the Agent Can Do
With the usual permissions, your agent can list files and folders, upload new ones, download and read them, rename them, move them between folders, send files to the trash, and restore them within 30 days. It can also read your organization’s profile, list members, invite people, and change roles.
Each connection stays inside one organization, and it can never do more than the permissions you approved. For the exact list of operations and the permission each one needs, read MCP.
Connecting a Second Organization
An organization is chosen once per connection. To reach a second organization from the same app, add a second server entry under a different name, such as siglata-acme, and pick the other organization while you authorize it.
For Agents
- Endpoint
https://www.siglata.com/v1/mcp, Streamable HTTP, OAuth 2.0 with dynamic client registration atPOST /auth/oauth2/register. tools/listreturns exactly two tools,executeandsearch. There is nocontexttool.- Management operations are CallScript functions called inside an
executescript, not MCP tools. - Call
principal_getinside anexecutescript to read the organization this grant is bound to, plus the user ID, role, and scopes. Callorganization_getfor the name and slug. - Install pages: Cursor, Codex, ChatGPT Desktop, Claude Desktop, VS Code.
- OS-aware install hub: Install.
- Capability reference: MCP.