Schema for Gemini CLI
ai.schemalabs/schema
The AI that understands raw data: Schema over your tables and databases, as MCP tools.
client:Gemini CLI
transport:streamable-http
Install Schema in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"schema": {
"httpUrl": "https://mcp.schemalabs.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs