global-mcp-servers
by jayfoeelite
Overview
Fetches documentation for a specified library to extend AI capabilities for information retrieval.
Installation
cd mcp-study/doc-fetcher-script && npm install && node index.js <libraryName>Environment Variables
- BRAVE_API_KEY
Security Notes
CRITICAL: The `BRAVE_API_KEY` is hardcoded directly in the `index.js` file (`BSAgFFoQcVVFuYIiBmjl9DIgUsuXiBb`), which is a severe security vulnerability as it exposes a sensitive credential. The script also makes external network requests to an arbitrary documentation URL, which could expose the system to content from untrusted sources, although `encodeURIComponent` is used for the initial search query. There are no obvious `eval` or obfuscation patterns.
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-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.