setup
Connecting AI Tools
Connect Claude, ChatGPT, and other MCP-compatible assistants to your Chrysai workspace.
Connecting AI Tools
Chrysai works with any MCP-compatible AI tool. This guide covers the most common setups.
Your MCP endpoint URL
Every workspace has a unique MCP endpoint. Find yours on the Tools page in your dashboard:
https://chrysai.com/api/mcp
This URL is authenticated via your session cookie. Keep it private.
Claude Desktop
- Open Claude Desktop → Settings → Developer → Edit Config.
- Add Chrysai to the
mcpServersobject:
{
"mcpServers": {
"chrysai": {
"url": "https://chrysai.com/api/mcp",
"type": "http"
}
}
}
- Restart Claude Desktop. You should see a wrench icon indicating MCP tools are available.
Cursor
In Cursor, open the MCP settings panel and add a new server with your Chrysai MCP URL. Cursor will auto-discover all available tools.
Any MCP-compatible client
Any tool that supports the MCP protocol over HTTP/SSE can connect to Chrysai. You need:
- URL: your workspace MCP endpoint
- Type:
http(Chrysai uses the MCP Streamable HTTP transport)
Refer to your AI client's documentation for exact configuration steps.
Troubleshooting
- Tools not appearing: make sure you're logged in and the MCP URL is correct.
- Auth errors: your session may have expired — log in again and refresh.
- Rate limits: check Plans & Limits for your tier's call limits.
See also