Sayalabs MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sayalabs MCPGenerate an image of a futuristic cyberpunk city"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sayalabs MCP
An advanced, production-ready MCP (Model Context Protocol) server designed to supercharge your AI agents.
This MCP securely wraps the agy (Antigravity) engine, injecting a dedicated team of subagent interns, powerful web-search capabilities, and high-quality image generation protocols directly into Claude Code.
🚀 One-Line Installation
To automatically install the Sayalabs MCP, inject the Intern Protocol, and hook everything into Claude Code globally, run this single command in your terminal:
curl -sSL https://raw.githubusercontent.com/Sayalab/agy_in_claude_mcp/main/public/install-agy.sh | bashOnce installed, simply open Claude Code and type:
"Use ask-agy to generate an image of a futuristic city"
or
"Delegate this heavy refactoring task to your agy intern."
Related MCP server: AgentSpawnMCP
🗑️ Removal & Cleanup
If you ever need to completely remove the Sayalabs MCP and wipe the injected protocols from your system, execute these commands in your terminal:
# 1. Remove the MCP from Claude's global configuration
claude mcp remove agy
# 2. Delete the downloaded repository
rm -rf ~/.agy_in_claude_code
# 3. Delete the injected Sayalabs Intern & Image Generation skills
rm -rf ~/.gemini/config/skills/sayalabs_intern
rm CLAUDE.md
# 4. Clean up the background log files
rm -rf ~/.antigravity/logs/intern-thoughts.log(Note: If the MCP still appears in Claude Code under your "Project MCPs", simply open the .mcp.json file in your active folder and delete the agy block from the list.)
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server to dynamically load Claude Code skills into AI agents54315MIT
- AlicenseNot gradedqualityBmaintenanceA universal MCP server for spawning agents with any OpenAI-compatible LLM, supporting cloud and local models, and integrating with Claude Code, OpenCode, and Codex CLI.MIT
- AlicenseAqualityDmaintenanceMCP server that spawns autonomous Claude Code agents in GitHub repos, enabling task delegation with persistent state, multi-step workflows, and job monitoring.476482Apache 2.0
- AlicenseAqualityDmaintenanceMCP server that bridges OpenAI's Agents SDK with Claude Code, enabling web search, file search, and computer use capabilities directly in your development environment.291MIT