mcp server for Gemini CLI
io.github.telleroutlook/mcp-server
WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API.
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@wasmagent/mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs