antigravity-super-kit

datran93/antigravity-super-kit
★ 0 stars Go 🤖 AI/LLM Updated today
A production-grade AI agent framework — Go MCP servers, 50+ skills, structured role workflows, and hybrid semantic search.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "antigravity-super-ki": {
      "command": "go",
      "args": [
        "run",
        "github.com/datran93/antigravity-super-kit@latest"
      ]
    }
  }
}