vibekit
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 26 GitHub stars
Code Warn
- process.env — Environment variable access in apps/api/src/index.ts
- process.env — Environment variable access in apps/api/src/lib/env.ts
Permissions Pass
- Permissions — No dangerous permissions requested
This MCP server and CLI tool provides AI coding assistants with the skills and tools needed to develop, test, and deploy applications on the Algorand blockchain. It bridges AI tools like Claude Code or Cursor directly to Algorand networks.
Security Assessment
Overall Risk: Medium. The tool inherently requires access to sensitive data to function, specifically managing blockchain account keys and interacting with Algorand test dispensers. It accesses environment variables to handle this configuration safely (using OS keyrings or HashiCorp Vault). It does not request explicitly dangerous permissions within its own manifest. However, the primary security concern is the installation method: the Quick Start relies on piping a remote script directly into the shell (`curl ... | sh`). This practice bypasses local code review, meaning users must completely trust the external server and its maintainers before executing the setup.
Quality Assessment
The project is actively maintained, with its last push occurring today. It is protected by a standard MIT license. Community trust is in its very early stages, currently sitting at 26 GitHub stars. As an early release explicitly seeking user feedback, developers should anticipate potential bugs or rapid changes in its architecture.
Verdict
Use with caution. The core application is MIT-licensed and appears to handle secrets responsibly, but users should avoid blindly running the remote install script and instead review the source code before executing it.
The agentic stack for Algorand builders.
██ ██ ██ ██████ ███████ ██ ██ ██ ████████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██████ █████ █████ ██ ██
██ ██ ██ ██ ██ ██ ██ ██ ██ ██
████ ██ ██████ ███████ ██ ██ ██ ██
VibeKit gives your AI the skills and tools to build on Algorand with one command.
Works with Claude Code, OpenCode, Cursor, and VS Code / Copilot.
Note: VS Code Copilot's "Agent Skills" feature is experimental and disabled by default. Enable it in Settings (search "agentskills"). For best results, use Claude Code or another dedicated coding agent.
Early release — feedback welcome.
Quick Start
Install VibeKit:
curl -fsSL https://getvibekit.ai/install | sh
Windows (alpha):
# Install the Visual C++ Redistributable (required for OS keyring support)
winget install Microsoft.VCRedist.2015+.x64
# Install VibeKit
$env:VIBEKIT_CHANNEL = "alpha"; irm https://getvibekit.ai/install.ps1 | iex
Run the setup wizard:
vibekit init
Verify setup:
vibekit status
Open your AI tool and start building.
Platform Support
| Platform | Status |
|---|---|
| macOS (Apple Silicon) | Tested |
| macOS (Intel) | Tested |
| Linux (x64) | Tested |
| Windows (x64) | Alpha |
Why VibeKit
AI coding assistants are bad at Algorand. They hallucinate APIs, use outdated patterns and tools, and can't actually deploy or test anything.
vibekit init fixes this. It detects your AI tools and installs two things: skills that teach your AI current Algorand patterns, and MCP tools that let it interact with the blockchain directly.
Now your AI can build a marketplace contract, deploy it to LocalNet, create test assets, call methods, and verify state. Need to debug? Just ask and it pulls the indexer logs for you.
Keys stay safe. Account providers (Vault or OS Keyring) handle signing without exposing secrets to the AI.
Documentation
Full documentation at getvibekit.ai
CLI Commands
vibekit init # Interactive setup wizard
vibekit status # Show component status
vibekit mcp # Run MCP server (for IDE integration)
vibekit remove # Remove VibeKit configs
vibekit vault <cmd> # Manage HashiCorp Vault
vibekit account <cmd> # Dangerous account operations
vibekit dispenser <cmd> # TestNet Dispenser auth
vibekit --version # Show version
vibekit --help # Show help
Development
See AGENTS.md for development guidance.
bun install # Install dependencies
bun run build # Build all packages
bun run typecheck # Type check
bun run dev:cli # Run CLI from source
License
MIT
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found