Learn how to use a hosted Octomind MCP server
Account settings menu icon, 5/2025
Create an API key
.
Create an API key button, 05/2025
Create a new Octomind API key in the settings, 05/2025
Copy the Octomind API key
x-api-key
, the hosted MCP server uses Authorization: Bearer <API_KEY>
.
@modelcontextprotocol/client
package installed. You can install it using npm or yarn.
Set the API_KEY
environment variable to your API key.
x-session-id
header to a unique value in the requestInit
object.