ohmyrepos
Verified Safeby chernistry
Overview
The MCP Server integrates Oh My Repos' semantic search, RAG chat, and similarity tools with AI coding assistants like Claude Desktop and Cursor.
Installation
./run.sh mcpEnvironment Variables
- GITHUB_TOKEN
- GITHUB_USERNAME
- QDRANT_URL
- QDRANT_API_KEY
- CHAT_LLM_PROVIDER
- CHAT_LLM_MODEL
- CHAT_LLM_API_KEY
- CHAT_LLM_BASE_URL
- OLLAMA_BASE_URL
- OLLAMA_CHAT_MODEL
- OLLAMA_EMBEDDING_MODEL
- EMBEDDING_PROVIDER
- EMBEDDING_MODEL
- EMBEDDING_MODEL_API_KEY
- EMBEDDING_MODEL_URL
- RERANKER_PROVIDER
- RERANKER_MODEL
- RERANKER_API_KEY
- RERANKER_URL
- ENVIRONMENT
- LOG_LEVEL
- MAX_DAILY_TOKENS
- SECRETS_BACKEND
Security Notes
The server uses Pydantic's `SecretStr` and supports `env`, `keyring`, or `aws` as `SECRETS_BACKEND` for managing API keys and tokens, which is a good security practice. It also implements in-memory rate limiting and token budget tracking to prevent abuse and control costs. Network communication relies on external services (GitHub, LLMs, Qdrant) which inherently carry some risk, but the implementation appears to follow standard secure coding practices. No direct use of `eval` or obfuscation found.
Similar Servers
keyboard-local
Enables AI clients to execute real-world tasks through connected third-party tools (APIs, CLIs, SDKs) with human approval, leveraging a secure GitHub Codespace environment.
1mcp
Orchestrates AI agent tool calls by executing JavaScript/TypeScript code in a WASM sandbox, reducing LLM context bloat and managing security policies.
mdk-mcp-server
Provides AI agents with comprehensive SAP Mobile Development Kit (MDK) knowledge and tools to assist in MDK application development, including project creation, artifact generation (pages, actions, i18n, rules), project management (build, deploy, validate, migrate), and documentation access.
mcp-the-force
A protocol-based AI server for integrating multiple AI providers and tools, enabling multi-model collaboration, advanced context management, and end-to-end user workflows from a CLI client.