mcp
Verified Safeby mdn
Overview
This MCP server provides a standardized API for accessing MDN Web Docs search results, detailed documentation, and browser compatibility data.
Installation
npm startEnvironment Variables
- PORT
- SENTRY_DSN
Security Notes
The server's network requests are explicitly constrained to legitimate MDN domains (developer.mozilla.org and bcd.developer.mozilla.org), significantly mitigating Server-Side Request Forgery (SSRF) risks. No use of `eval` or similar dangerous functions was found. Sensitive environment variables like SENTRY_DSN are correctly loaded from `process.env`, preventing hardcoded secrets. Overall, the codebase appears to follow good security practices for its stated purpose.
Similar Servers
awesome-mcp-devtools
This repository serves as a curated list of developer tools, SDKs, libraries, and resources for building and interacting with Model Context Protocol (MCP) servers.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
language-server-mcp
Provides language support features like hover information, code completion, and diagnostics for code editing through the Model Context Protocol (MCP).
shadcn-svelte-mcp
Provides real-time access to shadcn-svelte component documentation, Bits UI API details, and Lucide Svelte icon search via an MCP server for AI-powered code editors and CLIs.