claude-faf-mcp
Verified Safeby Wolfe-Jam
Overview
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
Installation
npx -y claude-faf-mcpEnvironment Variables
- FAF_MCP_SHOW_ADVANCED
- FAF_DEBUG
- FAF_WORKING_DIR
- PATH
Security Notes
The server demonstrates robust security practices including path validation to prevent traversal and access to forbidden system directories, file size limits for read/write operations (50MB), and argument sanitization for external command calls. A significant portion of core functionality ('Mk3 Bundled Engine') has been refactored to native TypeScript, greatly reducing the attack surface from shell injection. The `http-sse` transport defaults to binding on `0.0.0.0` with CORS enabled, which is standard for local development tools but could pose a minor network exposure risk if the server is unintentionally made accessible beyond the local machine.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
unified-thinking
A Model Context Protocol (MCP) server that consolidates multiple cognitive thinking patterns into a single Go-based implementation with 85 specialized reasoning tools for enhanced problem-solving and AI integration.
converse
Orchestrates and exposes various AI tools (chat, multi-model consensus, job management) over the Model Context Protocol, enabling local, persistent, and potentially asynchronous AI interactions across multiple Large Language Model (LLM) providers.