Granola Deploy Integration
Helps with deployment, integration as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add granola-deploy-integration npx -- -y @trustedskills/granola-deploy-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"granola-deploy-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/granola-deploy-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill integrates with Granola, a tool for deploying and managing AI agent applications. It allows agents to automatically deploy code changes, manage environments, and monitor application health. Specifically, it facilitates the creation of new deployments, updates existing ones, and provides information about deployment status.
When to use it
- You need an AI agent to automate the deployment process for your applications.
- Your team wants to streamline environment management across development, staging, and production.
- You require real-time monitoring of application health and automated rollbacks in case of issues.
- You want to trigger deployments based on code commits or other events.
Key capabilities
- Create new Granola deployments.
- Update existing Granola deployments.
- Retrieve deployment status information.
Example prompts
- "Deploy the latest changes from the 'main' branch to the staging environment."
- "What is the current status of the production deployment?"
- “Rollback the last deployment.”
Tips & gotchas
Requires access and authentication credentials for your Granola instance. The agent will need appropriate permissions within Granola to perform deployments and manage environments.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.