MyNixOS website logo
option

programs.antigravity-cli.mcpServers

MCP server configuration written to ~/.gemini/config/mcp_config.json.

Remote servers use serverUrl; url and httpUrl are accepted for migration and converted automatically.

Declarations
Type
JSON value
Default
{ }
Example
{
  filesystem = {
    args = [
      "-y"
      "@modelcontextprotocol/server-filesystem"
      "/tmp"
    ];
    command = "npx";
  };
  github = {
    serverUrl = "https://api.githubcopilot.com/mcp/";
  };
}