agent4.io for VS Code
io.agent4/agent4-tenant
Build and run grounded business agents over MCP: agents, knowledge bases, skills, Storylines.
client:VS Code
transport:streamable-http
tools:50
Install agent4.io in VS Code
.vscode/mcp.json
{
"servers": {
"agent4-tenant": {
"type": "http",
"url": "https://api.agent4.io/v1/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code 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