Docs menu
Docs/AI agents

Connect other MCP apps to Spritory

Set up Spritory in Cursor, VS Code, Gemini CLI, OpenCode, ChatGPT or any other app that supports remote MCP servers.

What you need

Full access to Spritory and the server URL https://spritory.com/api/mcp. You sign in to Spritory when your app asks, so there is no token to copy. See pricing for full access.

Cursor

Add Spritory to .cursor/mcp.json in your project, or to ~/.cursor/mcp.json for every project:

mcp.json
{
  "mcpServers": {
    "spritory": {
      "url": "https://spritory.com/api/mcp"
    }
  }
}

Open Cursor Settings and go to the MCP section. Click Connect next to Spritory, then sign in and approve in your browser. Spritory should show as enabled, with its tools.

VS Code

Create .vscode/mcp.json in your project. To use Spritory in every workspace, run MCP: Open User Configuration from the Command Palette instead. Add:

.vscode/mcp.json
{
  "servers": {
    "spritory": {
      "type": "http",
      "url": "https://spritory.com/api/mcp"
    }
  }
}
  1. Click Start above the Spritory entry.
  2. Allow VS Code to sign in, then sign in to Spritory and approve.
  3. Open Copilot Chat, switch to Agent mode, and check that the Spritory tools are enabled in the tools picker.

Run MCP: List Servers to start, stop or restart Spritory, or to see its output. Some GitHub organizations turn off MCP servers in Copilot, so ask your admin if Spritory does not appear.

Gemini CLI

bash
gemini mcp add --transport http spritory https://spritory.com/api/mcp

Start Gemini CLI and type /mcp auth spritory. Sign in and approve in your browser. Then type /mcp to check that Spritory is connected.

If you edit settings.json by hand, use httpUrl, not url. Gemini CLI uses url for an older connection type that Spritory does not use.

OpenCode

Add Spritory under mcp in opencode.json in your project, or in ~/.config/opencode/opencode.json for every project:

opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "spritory": {
      "type": "remote",
      "url": "https://spritory.com/api/mcp",
      "enabled": true
    }
  }
}

Then sign in:

bash
opencode mcp auth spritory

ChatGPT

  1. In ChatGPT, open Settings, then Apps, and turn on developer mode under Advanced settings.
  2. Create an app named Spritory with https://spritory.com/api/mcp as the URL and OAuth as the authentication.
  3. Sign in to Spritory and approve.
  4. In a chat, turn on Spritory from the tools menu.
Menu names change

ChatGPT moves these settings from time to time, and developer mode depends on your plan. If the steps above do not match, look for custom MCP apps or connectors in its help.

Any other MCP app

Look for a remote, HTTP or streamable HTTP MCP setting, and enter https://spritory.com/api/mcp. If the app supports OAuth, it asks you to sign in. If it does not, create a personal token on your Agents page and add this header:

text
Authorization: Bearer spt_your_token

See personal tokens to keep it safe.

Next steps

Ask your agent to make something in Spritory. For ideas, see what you can do. If something goes wrong, see troubleshooting.

Try it in the Forge

Open the editor for free and build along with this page.

Open the Forge