mcp-server-repomix
Verified Safeby mlopezgez
Overview
Serves model context via the Model Context Protocol, integrated as an extension within the Zed editor for the 'Repomix' project.
Installation
No command providedSecurity Notes
The provided source code is extremely minimal, consisting of a 'Hello, world!' main function, and common, well-regarded Rust dependencies. It's intended to be compiled as a C-compatible dynamic library (cdylib) for an editor extension. No network activity, file system operations, user input processing, hardcoded secrets, 'eval' patterns, or obfuscation are present in the provided snippet. The actual server logic is not visible.
Similar Servers
org-mcp-server
A Model Context Protocol (MCP) server for org-mode knowledge management, providing search, content access, and note linking capabilities for AI agents.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.
mcp-server-brave-search
Integrates Brave Search results as a Model Context Protocol server within the Zed editor, providing AI context.
mcp-server-puppeteer
Provides web content context to the Zed editor by wrapping a Puppeteer-based Model Context Protocol (MCP) server.