Remote MCP

Connect your AI tools.

Use a personal API key to connect Claude or Cursor to your account tools.

Endpoint

Server URL

Paste this URL into an MCP client that supports Streamable HTTP. Send the key as a bearer token; never put it in the URL.

Claude

Claude Code configuration

Add this entry to your Claude Code MCP configuration, then replace the placeholder with a key from your account.

{
    "mcpServers": {
        "IM SaaS": {
            "url": "https://apptemplate.integralmedia.com.au/mcp",
            "headers": {
                "Authorization": "Bearer imk_REPLACE_WITH_API_KEY"
            }
        }
    }
}

Cursor

Cursor configuration

Add this entry to Cursor's MCP settings, then replace the placeholder with your API key.

{
    "mcpServers": {
        "im-saas": {
            "url": "https://apptemplate.integralmedia.com.au/mcp",
            "headers": {
                "Authorization": "Bearer imk_REPLACE_WITH_API_KEY"
            }
        }
    }
}

Create or manage API keys. ChatGPT connectors require OAuth and are not supported by this static-key setup.