Build and run grounded business agents over MCP: agents, knowledge bases, skills, Storylines.
claude mcp add agent4-tenant --transport http https://api.agent4.io/v1/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"agent4-tenant": {
"url": "https://api.agent4.io/v1/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent4-tenant": {
"serverUrl": "https://api.agent4.io/v1/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"agent4-tenant": {
"type": "http",
"url": "https://api.agent4.io/v1/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent4-tenant": {
"url": "https://api.agent4.io/v1/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"agent4-tenant": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.agent4.io/v1/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.agent4.io/v1/mcp |
X-API-Key: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.agent4--agent4-tenant/reviews or the review_server meta-tool.
POST /mcp