mcp-app
This repository serves an MCP application with RAG and Web Searching tools.
MCP APP
This repository serves an MCP application with RAG and Web Searching tools. RAG tools let LLM not only retrieve knowledge from vectorstore but add documents, augmenting size of knowledge that LLM uses.
Technology stack
- ⚙️ MCP Server Application for implementation of MCP server.
- 🧰 SQLAlchemy for the SQL database interaction (ORM)
- 🤖 OpenAI for the embedding of vectorstore.
- 💾 PostgreSQL as the SQL database.
- 🦜 PGVector as vectorstore.
QuickStart
uv sync
source .venv/bin/activate
mcp dev run
Combining Claude Desktop with MCP APP
# You must install all dependencies written in pyproject.toml
mcp install server.py --env-file .env --with sqlalchemy --with pgvector --with openai --with "psycopg[binary]" --with pydantic --with python-dotenv --with tavily-python
Preview of Claude Desktop
TODO
- Make asynchronous implementations.
Related MCP Servers
View all research_and_data servers →Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
arxiv-mcp-server
by blazickjp
The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP).
sitemcp
by ryoppippi
SiteMCP is a tool that fetches an entire site and uses it as a Model Context Protocol (MCP) Server.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.
mcp-compass
by liuyoshio
MCP Compass is a discovery and recommendation service for exploring Model Context Protocol servers using natural language queries.