Olostep MCP Server for Gemini CLI
io.github.olostep/olostep-mcp-server
Search, scrape, and crawl the web for AI agents. Batch scraping and answers with citations.
client:Gemini CLI
transport:stdio
runtime:npm
Install Olostep MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"olostep-mcp-server": {
"command": "npx",
"args": [
"-y",
"olostep-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs