devtools
Verified Safeby SiinXu
Overview
A static website for a Google DevFest workshop about Chrome DevTools MCP Server.
Installation
npm startSecurity Notes
The project is a static React application served locally. No dynamic server-side logic, API calls, or sensitive data handling is observed in the provided code. It is generally safe for its intended use, noting that a local HTTP server (Python's `http.server` module) is used for serving files.
Similar Servers
octocode
An intelligent code indexer and semantic search engine that builds knowledge graphs of codebases, providing AI-powered assistance for development tasks like natural language search, smart commits, and code reviews, with local-first and multi-language support.
remote-mcp-functions
Provides remote utilities or services for Minecraft Coder Pack (MCP) development environments.
chapplin
A framework for building type-safe ChatGPT Apps using the OpenAI Apps SDK with JSX-based UI rendering, streamlining the development and build process for Model Context Protocol (MCP) servers.
mcp-sqlite-tools
A Model Context Protocol (MCP) server for LLMs to safely and efficiently interact with local SQLite databases, providing comprehensive operations from schema management to query execution and transactions.