io.github.forkflux/forkflux-mcp MCP Server
io.github.forkflux/forkflux-mcp
What is the io.github.forkflux/forkflux-mcp MCP server?
Coordination layer for AI agents across isolated developer local environments (devices)
How to install io.github.forkflux/forkflux-mcp
Copy-paste configuration for popular MCP clients.
FORKFLUX_API_KEYrequiredsecretYour API key for the service
FORKFLUX_API_URLYour API URL for the service. Defaults to http://localhost:8000/api/v1 if not set.
{
"mcpServers": {
"forkflux-mcp": {
"command": "uvx",
"args": [
"forkflux-mcp"
],
"env": {
"FORKFLUX_API_KEY": "<YOUR_FORKFLUX_API_KEY>",
"FORKFLUX_API_URL": "<YOUR_FORKFLUX_API_URL>"
}
}
}
}{
"mcpServers": {
"forkflux-mcp": {
"command": "uvx",
"args": [
"forkflux-mcp"
],
"env": {
"FORKFLUX_API_KEY": "<YOUR_FORKFLUX_API_KEY>",
"FORKFLUX_API_URL": "<YOUR_FORKFLUX_API_URL>"
}
}
}
}{
"mcpServers": {
"forkflux-mcp": {
"command": "uvx",
"args": [
"forkflux-mcp"
],
"env": {
"FORKFLUX_API_KEY": "<YOUR_FORKFLUX_API_KEY>",
"FORKFLUX_API_URL": "<YOUR_FORKFLUX_API_URL>"
}
}
}
}{
"servers": {
"forkflux-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"forkflux-mcp"
],
"env": {
"FORKFLUX_API_KEY": "<YOUR_FORKFLUX_API_KEY>",
"FORKFLUX_API_URL": "<YOUR_FORKFLUX_API_URL>"
}
}
}
}claude mcp add forkflux-mcp --env FORKFLUX_API_KEY=<YOUR_FORKFLUX_API_KEY> --env FORKFLUX_API_URL=<YOUR_FORKFLUX_API_URL> -- uvx forkflux-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.