A production-grade AI agent framework — Go MCP servers, 50+ skills, structured role workflows, and hybrid semantic search.
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"
]
}
}
}
Run in terminal:
claude mcp add antigravity-super-ki go run github.com/datran93/antigravity-super-kit@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"antigravity-super-ki": {
"command": "go",
"args": [
"run",
"github.com/datran93/antigravity-super-kit@latest"
]
}
}
}