MCP Servers
Configure Model Context Protocol (MCP) servers for your account. Configured servers are available across all agent runs on the Artemis platform — chat, planning, coding, and target generation.

Supported transports
Only HTTP-based transports are supported. SSE and Streamable HTTP endpoints are both accepted. Local command execution (stdio) is not available.
Configuration format
Define your servers under the mcpServers key. Each entry requires a url pointing to the endpoint. You can optionally include headers for authentication.
{
"mcpServers": {
"my-server": {
"url": "https://mcp.example.com/sse",
"headers": {
"Authorization": "Bearer <token>"
}
}
}
}
Adding servers
Open Platform Settings and select MCP Servers under Integrations. Add, edit, or remove server entries in the JSON editor. Your configuration is encrypted at rest.