AGP Community Edition v0.0.4
AGP Community Edition v0.0.4 (private test release)
Pre-release build for private testing. The first public release will be v0.1.0.
Changed since v0.0.3
- Tool discovery now reaches public MCP servers by default.
DISCOVERY_BACKEND_HOST_ALLOWLISTdefaults to*(allow any host) so you can connect the MCP servers you already use — GitHub, gitmcp.io, and others — without configuration. Cloud-metadata and link-local addresses (e.g.169.254.169.254,metadata.google.internal) remain blocked as an SSRF safeguard; loopback and private/LAN hosts stay reachable for local and Docker MCP servers. Set an explicit comma-separated host list to harden a shared deployment; an empty value denies all discovery.
Upgrading from v0.0.3
agp fetch all
agp init --force # re-renders service config to the new defaults (keeps .bak)
agp restart allagp init --force is needed so the registry picks up the new DISCOVERY_BACKEND_HOST_ALLOWLIST=* default; an existing config file's explicit value overrides the binary default. (Or edit ~/.agp/services/registry.env and agp restart registry.)
Install (testers, macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/getraksha/agp/main/install.sh | sh
agp init
agp fetch all
agp start all
agp setup --agent-id my-agent --client claude-desktopPlatforms
macOS (arm64, amd64) · Linux (amd64, arm64) · Windows (amd64, arm64 — experimental)
Verify
All assets are listed with SHA-256 checksums in SHA256SUMS and manifest.json; the CLI and install script verify checksums automatically.