Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentset-ai_mcp-server": {
"command": "npx",
"args": [
"@agentset/mcp",
"--ns",
"your-namespace-id"
],
"env": {
"AGENTSET_API_KEY": "your-api-key"
}
}
}
}