Skip to content
Gemini CLI

Very Simple Projects for Gemini CLI

com.verysimpleprojects/mcp

Personal project management with AI agents: numbered tickets, statuses, files, a thread per ticket.

client:Gemini CLI transport:streamable-http

Install Very Simple Projects in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://verysimpleprojects.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Very Simple Projects in other clients