agkit for VS Code
cloud.agkit/agkit
AgentKit management-plane CLI + MCP server (agkit).
client:VS Code
transport:stdio
runtime:npm
Install agkit in VS Code
.vscode/mcp.json
{
"servers": {
"agkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@storybloq/agkit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs