anymcp-io
Verified Safeby xakpc
Overview
A static site catalog for discovering and browsing single-file .NET MCP (Model Context Protocol) servers.
Installation
npm run serveSecurity Notes
The project is a static site generator. The primary security considerations are at build-time, particularly related to the processing of contributed C# server files (`mcp/*.cs`). The `servers.js` script reads these files and parses their YAML front matter and extracts C# code as strings. There is no direct execution of the C# code within the Node.js build process, which limits direct code execution vulnerabilities. However, if unvetted malicious C# content (e.g., embedded HTML/JS) is not properly escaped when rendered into the Nunjucks templates (e.g., in `servers.njk`), it could lead to Cross-Site Scripting (XSS) on the generated static website. No explicit use of `eval` or intentional obfuscation was found in the provided JavaScript code. Hardcoded secrets are not present in the catalog's source code; environment variables are specified as requirements for the *contributed MCP servers* themselves.
Similar Servers
awesome-mcp-servers
A curated list and web-based directory of Model Context Protocol (MCP) servers, acting as a resource for discovering AI model integrations and capabilities.
awesome-mcp-devtools
A curated list of developer tools, SDKs, libraries, utilities, and resources for building and interacting with Model Context Protocol (MCP) servers.
template-mcp-server
Provides a CLI tool and template to quickly get started building a Model Context Protocol (MCP) server using FastMCP, supporting both stdio and HTTP transports.
best-of-mcp-servers
This repository serves as a curated and ranked list of open-source Model Context Protocol (MCP) servers across various domains.