cs mcp-config
Print an mcpServers block for the CoreSpeed MCP endpoint that carries your session token.
cs mcp-config prints a ready-to-paste mcpServers entry for
https://api.corespeed.io/mcp, authenticated with your session token.
Usage
cs mcp-config{
"mcpServers": {
"corespeed": {
"url": "https://api.corespeed.io/mcp",
"headers": {
"Authorization": "Bearer eyJ…"
}
}
}
}The token expires in five minutes — right for a quick test, wrong for anything that stays configured. For a durable setup let the agent sign in itself or paste an API key, as on the MCP server page.