Antigravity
Verified Safeby Olbrasoft
Overview
Enables an AI agent (Google Antigravity) to send Linux system notifications using `notify-send`.
Installation
<project_root_path>/venv/bin/python <project_root_path>/server.pySecurity Notes
The server uses `subprocess.run` to execute `notify-send`. While passing arguments as a list mitigates shell injection risks, any interaction with external binaries carries an inherent minimal risk, especially if the `title` or `message` arguments could exploit an unknown vulnerability in `notify-send` itself. However, `notify-send` is a standard Linux utility and is generally considered safe for its intended purpose.
Similar Servers
Polymcp
A comprehensive toolkit and agent framework for building Model Context Protocol (MCP) servers and orchestrating them with Large Language Models (LLMs) across Python and TypeScript environments.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
jotsu-mcp
General-purpose library for implementing the Model Context Protocol (MCP) and creating workflows that orchestrate MCP tools, resources, and prompts, particularly for LLM integrations.
package-manager-mcp
Provides AI agents with tools to manage Alpine Linux packages via the Model Context Protocol.