Antigravity
Verified Safeby Olbrasoft
Overview
Integrates Antigravity IDE notifications into a Virtual Assistant, enabling AI agents to provide voice or system alerts to the user.
Installation
node /absolutni/cesta/k/Olbrasoft/Antigravity/mcp-notify-antigravity/dist/index.jsEnvironment Variables
- VA_ENDPOINT
Security Notes
The server primarily acts as a proxy, forwarding notification text to a configurable external API endpoint (`VA_ENDPOINT`). There are no signs of direct code injection vulnerabilities (like `eval` or `child_process` execution of unsanitized user input) in the TypeScript source. The reliance on an external Virtual Assistant endpoint means the security posture is also dependent on the security of that external service, which is a standard integration practice.
Similar Servers
Polymcp
A comprehensive TypeScript framework for building and orchestrating Model Context Protocol (MCP) servers and AI agents, enabling LLMs to intelligently discover, select, and execute external tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
package-manager-mcp
Provides AI agents with controlled access to the Alpine Linux APK package manager for system package operations.
jotsu-mcp
General-purpose library for implementing the Model Context Protocol (MCP) and creating workflows that use MCP tools, resources, and prompts.