textfiles mcp for Gemini CLI
io.github.mrfentmen/textfiles-mcp
Use this MCP server to textfiles.com, the BBS era archive of zines, phreaking docs, and early...
client:Gemini CLI
transport:stdio
runtime:npm
Install textfiles mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"textfiles-mcp": {
"command": "npx",
"args": [
"-y",
"textfiles-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs