Set up Spritory in Cursor, VS Code, Gemini CLI, OpenCode, ChatGPT or any other app that supports remote MCP servers.
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:
{
"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:
{
"servers": {
"spritory": {
"type": "http",
"url": "https://spritory.com/api/mcp"
}
}
}- Click Start above the Spritory entry.
- Allow VS Code to sign in, then sign in to Spritory and approve.
- 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
gemini mcp add --transport http spritory https://spritory.com/api/mcpStart 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:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"spritory": {
"type": "remote",
"url": "https://spritory.com/api/mcp",
"enabled": true
}
}
}Then sign in:
opencode mcp auth spritoryChatGPT
- In ChatGPT, open Settings, then Apps, and turn on developer mode under Advanced settings.
- Create an app named
Spritorywithhttps://spritory.com/api/mcpas the URL and OAuth as the authentication. - Sign in to Spritory and approve.
- In a chat, turn on Spritory from the tools menu.
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:
Authorization: Bearer spt_your_tokenSee 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.