FireKey MCP for Windsurf
io.github.partnerhbhl/firekey-mcp
Manage FireKey browser profiles and browser lifecycles through an authenticated localhost API.
client:Windsurf
transport:stdio
runtime:npm
Install FireKey MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"firekey-mcp": {
"command": "npx",
"args": [
"-y",
"firekey-mcp"
],
"env": {
"FIREKEY_API_KEY": "<FIREKEY_API_KEY>",
"FIREKEY_PORT": "<FIREKEY_PORT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs