Install
Select a method below to install the server.
https://mcp.mag3nt.com/mcp
If you have a client that's not listed above, access the raw MCP configuration below.
{
"command": "npx",
"args": [
"-y",
"mcp-remote@0.1.25",
"https://mcp.mag3nt.com/sse",
"--header",
"api-key-auth:${API_KEY_AUTH}"
],
"env": {
"API_KEY_AUTH": "mag3nt_live_YOUR_API_KEY"
}
}