mcp-file-metadata-server
Verified Safeby neeranzan
Overview
Provides an MCP server to expose file content and metadata tools to Large Language Models like Claude.
Installation
No command providedSecurity Notes
No application source code was provided for a comprehensive security audit. Based solely on `pyproject.toml` and `README.md`, no 'eval' calls, obfuscation, hardcoded secrets, or malicious patterns are visible. Dependencies (`pandas`, `pyarrow`, `mcp`) are standard libraries.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
memory-mcp-server
Provides long-term memory and context storage/retrieval for Large Language Models (LLMs) via an API, adhering to the Model Context Protocol (MCP).