Skip to main content
Add this to your mcp_config.json:
{
  "mcpServers": {
    "semoia": {
      "httpUrl": "https://beta.trysemoia.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "Origin": "https://beta.trysemoia.com",
        "Accept": "application/json, text/event-stream"
      }
    }
  }
}