mcp-servers
Verified Safeby VeVarunSharma
Overview
A Model Context Protocol (MCP) server providing weather data, including alerts and forecasts, via an API.
Installation
cd mcps/mcp-with-express && pnpm install && pnpm run build && pnpm startEnvironment Variables
- PORT
Security Notes
The Express server uses a highly permissive CORS configuration (`origin: true`) which reflects the request origin. While possibly intended for a test server's ease of use, in a production environment, this could expose the server to Cross-Site Request Forgery (CSRF) if other security measures are not in place. No 'eval', obfuscation, hardcoded secrets, or other immediately malicious patterns were found. External API calls are handled using standard and secure libraries.
Similar Servers
ls-mcp
A command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment, including their status, versioning, and potential credential exposures.
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
This server provides a memory-augmented AI chat interface, allowing users to interact with an AI agent that remembers conversation context and dynamically switches between memory retrieval and caching strategies.
fastmcp
Build fast, declarative, and type-safe servers implementing the Model Context Protocol (MCP) in Dart.