Skip to main content
Glama

network-mcp

network-mcp is a ChatGPT-driven, supervised opportunity-assistance MVP for Windows.

It combines:

  • a thin Cloudflare Worker gateway

  • a local visible Playwright browser worker

  • a small MCP tool registry skeleton

  • explicit approval before fill actions

  • submit disabled by default

MVP flow

  1. User provides one URL in ChatGPT.

  2. The browser worker opens it visibly.

  3. The worker discovers likely opportunity links within a limited scope.

  4. ChatGPT presents options.

  5. The user selects a page or form.

  6. The worker opens it visibly and inspects fields.

  7. ChatGPT proposes values.

  8. The user approves.

  9. The worker fills approved fields only.

  10. Submit stays manual unless an explicit submit mode is enabled later.

Final submit is intentionally not auto-implemented in the MVP.

Related MCP server: Chrome MCP Server

Policy defaults

NETWORK_MCP_MODE=local-assist
NETWORK_MCP_HEADLESS=false
NETWORK_MCP_REQUIRE_APPROVAL_FOR_FILL=true
NETWORK_MCP_REQUIRE_APPROVAL_FOR_SUBMIT=true
NETWORK_MCP_SUBMIT_DEFAULT=false
NETWORK_MCP_ENABLE_SUBMIT=false
NETWORK_MCP_MAX_SESSION_SECONDS=900
NETWORK_MCP_MAX_PAGE_VISITS=20
NETWORK_MCP_MAX_FORM_FILLS=1
NETWORK_MCP_MAX_FIELD_WRITES=80
NETWORK_MCP_ALLOWED_HOSTS=
NETWORK_MCP_DENIED_HOSTS=
NETWORK_MCP_PUBLIC_ORIGIN=
NETWORK_MCP_WORKER_PORT=8791
NETWORK_MCP_BROWSER_CHANNEL=msedge
NETWORK_MCP_EXTERNAL_VISIBLE_CHROME=false

Tool contract

Documented safe operations:

  • network.open

  • network.inspect

  • network.extract_form

  • network.propose

  • network.fill_after_approval

  • network.review_before_submit

Safety defaults

  • Browser is visible by default.

  • Login and registration are user-driven.

  • CAPTCHA, 2FA, and security challenge pages pause automation.

  • Credentials are entered manually by the user.

  • Form values are not logged by default.

  • Browser storage, cookies, screenshots, traces, videos, and downloads stay in ignored runtime directories such as var\browser\.

  • One active browser session is the default operating model.

Local commands

cd D:\PhpstormProjects\www\network-mcp
npm install
pwsh -NoProfile -ExecutionPolicy Bypass -File .\tool\dev-network.ps1 doctor
pwsh -NoProfile -ExecutionPolicy Bypass -File .\tool\dev-network.ps1 start
pwsh -NoProfile -ExecutionPolicy Bypass -File .\tool\dev-network.ps1 smoke-local

Documentation

Cloudflare

  • Worker config: cloudflare-worker/wrangler.jsonc

  • Public health check: /healthz returns service: "network-mcp"

  • Worker deploy remains a manual action through the supervisor or wrangler

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI-powered web browsing automation using Google's Gemini 2.5 Computer Use API. Allows agents to navigate websites, click buttons, fill forms, and extract information through natural language commands with real-time progress tracking.
    7
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI assistants to control and automate your Chrome browser directly, leveraging existing login states and configurations for tasks like content analysis, semantic search across tabs, screenshots, network monitoring, and interactive operations.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

  • Track competitors from your AI assistant: change feed, page snapshots, labels and alerts.

  • Live browser debugging for AI assistants — DOM, console, network via MCP.

View all MCP Connectors

Latest Blog Posts

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/smartresponsor/networking'

If you have feedback or need assistance with the MCP directory API, please join our Discord server