research-assistant-mcp
Verified Safeby CyprianFusi
Overview
Manages and semantically searches research data using vector embeddings, organized by topics, and accessible via the Model Context Protocol.
Installation
uvx mcp-research-assistantEnvironment Variables
- OPENAI_API_KEY
- RESEARCH_DB_PATH
Security Notes
The server loads sensitive credentials (OpenAI API Key) from environment variables, avoiding hardcoding. It uses `stdio` for transport, which limits network-based attack surfaces compared to direct network listeners. Content hashing is used for deduplication, not for security-sensitive data integrity. No 'eval' or other directly dangerous functions are observed in the provided source code.
Similar Servers
bluera-knowledge
Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.
moorcheh-mcp
Provides a Model Context Protocol (MCP) interface for Moorcheh's AI services, including embedding, vector storage, semantic search, and AI-powered answer generation.
claude-context-enhanced
Provides semantic code search capabilities to AI coding assistants (like Claude Code) by indexing entire codebases into a vector database for deep contextual understanding, enhancing AI agents with relevant code context.
PairOfCleats
Codebase analysis and intelligence server, providing indexing, search, risk analysis, and vulnerability triage capabilities.