RUN IN TERMINAL
claude mcp add cloudagkit-agkit -- npx -y @storybloq/agkit
ADD TO claude_desktop_config.json
{
"mcpServers": {
"cloudagkit-agkit": {
"command": "npx",
"args": ["-y", "@storybloq/agkit"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"cloudagkit-agkit": {
"command": "npx",
"args": ["-y", "@storybloq/agkit"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"cloudagkit-agkit": {
"command": "npx",
"args": ["-y", "@storybloq/agkit"]
}
}
}
About This MCP Server
AgentKit management-plane CLI + MCP server (agkit).. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with cloud & infrastructure capabilities via the stdio transport.
Package
@storybloq/agkit on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The agkit server extends your AI assistant with cloud & infrastructure capabilities. Once installed, your AI can use its tools automatically.