cf-mcp
Verified Safeby pusewicz
Overview
Provides an MCP server to generate, search, and retrieve documentation for the Cute Framework (C/C++).
Installation
cf-mcp http --downloadEnvironment Variables
- PORT
- RACK_ENV
- CF_HEADERS_PATH
Security Notes
The server downloads dependencies from a hardcoded GitHub URL using HTTPS. It operates as an HTTP server, with CORS headers explicitly set to allow all origins ('*'), which is typical for APIs but should be noted for deployment context. No 'eval' or other obvious malicious patterns or hardcoded secrets were found in the provided source code. The code appears well-intentioned and focused on its stated purpose.
Similar Servers
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
action_mcp
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
XcodeDocsMCP
This MCP server provides tools for querying Apple developer documentation and SDK symbols directly from a local Xcode installation on macOS.