Back to Home
Gitmaxd icon

context-repo-mcp

Verified Safe

by Gitmaxd

Overview

Facilitates interaction between MCP-compatible AI clients and Context Repo for managing prompts, documents, and collections, including semantic search.

Installation

Run Command
npx -y context-repo-mcp

Environment 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

Stats

Interest Score31
Security Score9
Cost ClassLow
Avg Tokens250
Stars1
Forks0
Last Update2025-12-15

Tags

MCPContext RepoAI ToolsPrompt ManagementData Management