Enables configuration of environment variables for API keys and other settings
Enables cloning the repository and pushing changes for deployment
Allows forking projects, creating branches, committing changes, and opening pull requests for contribution
Provides deployment capabilities including application creation, environment configuration, and application deployment
Enables comprehensive Lightning Network analysis including network history, node statistics, channel optimization, and liquidity assessment
Provides API documentation through Swagger UI for exploring and testing the available endpoints
MCP - Question-Answer System with RAG
MCP is an advanced question-answering system using the Retrieval-Augmented Generation (RAG) technique to provide accurate and contextual answers based on a corpus of documents.
Features
- 🔍 Semantic search in documents
- 💾 Smart caching with Redis
- 📊 Persistent storage with MongoDB
- 🤖 Integration with OpenAI for embeddings and text generation
- 📈 System monitoring and metrics
- 🔄 Asynchronous operations management
Prerequisites
- Python 3.9+
- MongoDB Community Edition
- Redis
- OpenAI API Key
Facility
- Clone the repository:
- Install system dependencies:
- Configure the Python environment:
- Configure environment variables:
Quick use
Documentation
Tests
Project structure
Contribution
- Fork the project
- Create a branch for your feature (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
Your Name - @your_twitter
Project link: https://github.com/your-username/mcp
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Connects to Cursor and enables deep web searches via Linkup and RAG capabilities using LlamaIndex.
Related MCP Servers
- -securityAlicense-qualityFacilitates integration with the Cursor code editor by enabling real-time code indexing, analysis, and bi-directional communication with Claude, supporting concurrent sessions and automatic reconnection.Last updated -22131TypeScriptMIT License
- -securityAlicense-qualityEnables integration with DuckDuckGo search capabilities for LLMs, supporting comprehensive web search, regional filtering, result types, and safe browsing with caching and customizable search parameters.Last updated -262TypeScriptMIT License
- AsecurityAlicenseAqualityEnables efficient web search integration with Jina.ai's Search API, offering clean, LLM-optimized content retrieval with support for various content types and configurable caching.Last updated -1223JavaScriptMIT License
- -security-license-qualityA Python-based local indexing server that creates semantic search capabilities for codebases using ChromaDB, allowing Cursor IDE to perform vector searches on your code without sending data to external services.Last updated -5Python