context-repo-mcp
Verified Safeby Gitmaxd
Overview
Facilitates interaction between MCP-compatible AI clients and Context Repo for managing prompts, documents, and collections, including semantic search.
Installation
npx -y context-repo-mcpEnvironment Variables
- CONTEXTREPO_API_KEY
- CONTEXTREPO_API_URL
Security Notes
The server uses environment variables for API key authentication, which is a secure practice. It relies on the `@modelcontextprotocol/sdk` for handling MCP communication and validates inputs via JSON schemas (implied by Zod dependency). API requests to Context Repo are made using standard `fetch` with appropriate error handling for various HTTP statuses. User input is not directly executed or used in a way that suggests injection vulnerabilities. The build script uses `execSync`, but this is a build-time operation and not part of the runtime server logic handling user requests. The primary security considerations would be the robustness of the upstream Context Repo API and the secure management of the API key by the user.
Similar Servers
mcp-node
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).
markitdown-mcp
A Model Context Protocol (MCP) server for converting 29+ file formats (e.g., PDF, Office, images, audio) to clean, structured Markdown, designed for integration with AI workflows and MCP clients like Claude Desktop.
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.
awesome-mcp
A curated, comprehensive list of Model Context Protocol (MCP) servers, tools, and resources for AI assistants like Claude Desktop.