geminicli-mcp Server
A stateless MCP server that wraps the headless Gemini CLI, providing tools to send prompts to Google's Gemini models and receive text responses. It supports both simple prompts and prompts with contextual information
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | geminicli-mcp-6fccbb8b | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | trevoraspencer/geminicli-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | trevoraspencer/geminicli-mcp | 7fe4ea5f3196c1639e55aa79b976a59e326b43e1 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gittrevoraspencer/geminicli-mcp | 7fe4ea5f3196c1639e55aa79b976a59e326b43e1Current | Aug 25, 2026 | 3 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 3
| Tool | Category | Annotations | Risk |
|---|---|---|---|
gemini_promptInvoke the headless Gemini CLI with a single prompt. Stateless — each call is an independent turn. Runs in the MCP server's current working directory.Input schema{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"minLength": 1,
"description": "Prompt text sent to the Gemini CLI."
},
"model": {
"type": "string",
"pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$",
"description": "Optional model identifier (e.g., gemini-2.5-pro)."
}
},
"required": [
"prompt"
],
"additionalProperties": false
} | — | — | |
gemini_prompt_structuredInvoke the headless Gemini CLI and parse its response as JSON validated against a caller-provided JSON Schema. Stateless. Fails loudly with an isError result if the response is not valid JSON or does not match the schema.Input schema{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"minLength": 1,
"description": "Prompt text sent to the Gemini CLI."
},
"schema": {
"type": "object",
"description": "JSON Schema (subset) the model's JSON response must conform to."
},
"context": {
"type": "string",
"description": "Optional context block prepended to the prompt inside <context>."
},
"model": {
"type": "string",
"pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$",
"description": "Optional model identifier (e.g., gemini-2.5-pro)."
}
},
"required": [
"prompt",
"schema"
],
"additionalProperties": false
} | — | — | |
gemini_prompt_with_contextInvoke the headless Gemini CLI with a prompt plus a separate context block. Stateless — each call is an independent turn. The context is prepended to the prompt inside a <context> tag. Runs in the MCP server's current working directory.Input schema{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"minLength": 1,
"description": "Prompt text sent to the Gemini CLI."
},
"context": {
"type": "string",
"description": "Context block prepended to the prompt (e.g., file contents, prior notes)."
},
"model": {
"type": "string",
"pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$",
"description": "Optional model identifier (e.g., gemini-2.5-pro)."
}
},
"required": [
"prompt",
"context"
],
"additionalProperties": false
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
geminicli-mcp Server questions
How do I install geminicli-mcp Server?
No verified package installation command is available in the retained catalog evidence.
What tools does geminicli-mcp Server provide?
geminicli-mcp Server exposed 3 tools during independent protocol observation, including gemini_prompt, gemini_prompt_structured, gemini_prompt_with_context.
Is geminicli-mcp Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.