Pleasanter MCP for Gemini CLI
io.github.implem/pleasanter-mcp
Pleasanter MCP - You can perform data operations on Pleasanter directly from VSCode
client:Gemini CLI
transport:streamable-http
Install Pleasanter MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pleasanter-mcp": {
"httpUrl": "https://{server_host}/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs