agent4.io for Claude Desktop
io.agent4/agent4-tenant
Build and run grounded business agents over MCP: agents, knowledge bases, skills, Storylines.
client:Claude Desktop
transport:streamable-http
tools:50
Install agent4.io in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent4-tenant": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.agent4.io/v1/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_agents
- get_agent
- create_agent
- update_agent
- list_tools
- list_mcp_servers
- create_share
- list_shares
- configure_share
- set_pwa_branding
- set_custom_domain
- list_skills
- get_skill
- create_skill
- update_skill
- test_skill_trigger
- list_knowledge_bases
- get_knowledge_base
- create_knowledge_base
- update_knowledge_base
- add_knowledge_text
- add_knowledge_file
- search_knowledge_base
- build_knowledge_index