Skip to content
Gemini CLI

mcp server for Gemini CLI

com.niftypm/mcp-server

Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.

client:Gemini CLI transport:streamable-http

Install mcp server in Gemini CLI

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

{
  "mcpServers": {
    "mcp-server": {
      "httpUrl": "https://mcp.niftypm.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

mcp server in other clients