Configure the SynapseX MCP Gateway.
# Required SYNAPSEX_API_KEY=sx-your-key-here SYNAPSEX_API_URL=https://api.synapsex.ai # Optional MCP_PORT=8092 MCP_LOG_LEVEL=INFO
{ "mcpServers": { "synapsex": { "command": "synapsex", "args": ["mcp", "serve"], "env": { "SYNAPSEX_API_KEY": "sx-your-key-here" } } } }
{ "name": "SynapseX", "url": "https://mcp.synapsex.ai/mcp", "headers": { "Authorization": "Bearer sx-your-key-here" } }