Skip to main content
Glama
dijdzv

wsl-chrome-mcp-bridge

by dijdzv

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
chrome_openA

Launch Chrome with remote debugging and connect DevTools MCP. Call this before using any other Chrome DevTools tools.

chrome_closeA

Close the Chrome debugging instance and disconnect DevTools MCP.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools, chrome_open and chrome_close, are completely distinct actions with no overlap. Each serves a single clear purpose.

Naming Consistency5/5

Both tools follow the consistent pattern 'chrome_<verb>', using snake_case and clear verb_noun structure.

Tool Count5/5

With exactly two tools for opening and closing the bridge, the count is minimal but perfectly scoped for the server's intended role.

Completeness5/5

The tool set fully covers the lifecycle of the Chrome debugging instance (start and stop), with no necessary operations missing for this narrow domain.

Maintenance

ActivityInactive
ResponsivenessNo issues