gunio-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gunio-mcpshow my recent job applications"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gunio-mcp
A local-only, Docker-packaged MCP server (and a thin read CLI) for gun.io, authenticated with your own browser session — the same host-side cookie-broker + wrapper pattern as claudesync. It lets an MCP client (Claude Code, etc.) read your gun.io freelancer data — interviews, applications, jobs, profile — and perform a small set of gated writes.
Unofficial. No affiliation with gun.io. This talks to gun.io's private, undocumented API using your logged-in session. It is a personal automation tool; use it at your own risk and within gun.io's Terms of Service. No gun.io code is included in this repo.
How it works
Firefox session ──(host-side broker: rookie-cli)──▶ GUNIO_COOKIE ──▶ docker run ──▶ FastMCP server ──▶ app.gun.io/api/v2A cookie broker (
scripts/lib/harvest-cookie.sh) reads your gun.io session (sessionid+csrftoken) from the browser, host-side. Nothing leaves your machine.A thin wrapper passes that cookie into a container via the
GUNIO_COOKIEenv var anddocker runs it per invocation.Inside the container, a Python/FastMCP server (
gunio_mcp) calls gun.io's/api/v2through a safety-guarded client (gunio_broker).
Related MCP server: Upwork MCP Server
Security model
Reads need only the cookies. Writes echo the
csrftokenasX-CSRFToken(Django CSRF), and are double-gated: a call previews unlessconfirm=trueand the server env hasGUNIO_MCP_WRITE_SCOPEset.Hard denylist in the client, enforced regardless of tool:
auth/logout(a GET that kills your session), the entire/staff/tree,DELETEon a freelancer (account deletion),complete-screening, and telemetry writes.Cookies are never logged or placed in exceptions.
Local only. No data is sent anywhere except gun.io itself.
Install (once Docker image + installer land)
# bootstrap the broker + wrappers, pull the image
scripts/gunio-setup.sh install
# register the MCP server with Claude Code
claude mcp add --scope user gunio ~/.local/share/gunio/gunio-mcp-wrapper.shTo enable writes, set GUNIO_MCP_WRITE_SCOPE=writes in the server env (see the wrapper). Without it, write tools only ever return a dry-run preview.
Develop
uv sync --extra dev
uv run --extra dev pytest -q # full suite
uv run gunio me # thin CLI (needs GUNIO_COOKIE or a logged-in browser)
uv run gunio-mcp # run the MCP server over stdioGUNIO_COOKIE is a sessionid=...; csrftoken=... string; the broker produces it, or set it by hand for local dev.
Layout
Path | Role |
| Safety-guarded HTTP client for |
| Pure tool helpers (reads + gated writes), unit-tested |
| FastMCP wrappers + |
| Thin read-only CLI |
| Cookie broker, wrappers, installer (lifted from claudesync) |
License
MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/InfiniteRoomLabs/gunio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server