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
Orchestrate AI agent tool calls by executing JavaScript/Python code safely in a WebAssembly sandbox, significantly reducing LLM token context by chaining multiple operations into a single execution.
mdk-mcp-server
This server provides AI agents with comprehensive MDK knowledge and tools to assist in the development of cross-platform mobile applications.
mcp-the-force
A protocol-based AI server designed to integrate multiple large language model providers and tools, offering advanced context management, session persistence, and multi-model collaboration capabilities for development workflows.