MCP ServersMCP.so
Mcp_agent_streamlit_rag

Mcp_agent_streamlit_rag

Visit Server
created by
Mcp_agent_streamlit_ragsaqadria day ago
Information

Run instructions:

For using fetch or finder MCP servers:

  1. cp mcp_agent.secrets.yaml.example mcp_agent.secrets.yaml --> then update with your API key (openai api key is enough)
  2. uv sync
  3. uv run streamlit run main.py

For using QDrant for RAG:

  1. Uncomment line 63-70 in main.py, and comment out the current instruction and server_names
  2. docker pull qdrant/qdrant
  3. docker run -p 6333:6333 -v $(pwd)/qdrant_storage:/qdrant/storage qdrant/qdrant
  4. uv run streamlit run main.py
Recommended Clients
ChatSum
ChatSumQuery and Summarize your chat messages.
Mcp Server Ragdocs
Mcp Server RagdocsAn MCP server that provides tools for retrieving and processing documentation through vector search, both locally or hosted. Enabling AI assistants to augment their responses with relevant documentation context.
Perplexity Web Search MCP Server
Perplexity Web Search MCP ServerA perplexity MCP server
Nuanced MCP Server
Nuanced MCP ServerA Model Context Protocol (MCP) server that provides call graph analysis capabilities to LLMs through the nuanced library
Mcp Databricks Server
Mcp Databricks ServerThis is a Model Context Protocol (MCP) server for executing SQL queries against Databricks using the Statement Execution API. It enables AI assistants to directly query Databricks data warehouses, analyze database schemas, and retrieve query results in a structured format, all while respecting proper permission boundaries. It can retrieve data by performing SQL requests using the Databricks API. When used in an Agent mode, it can successfully iterate over a number of requests to perform complex tasks. It is even better when coupled with Unity Catalog Metadata.
MongoDB Lens
MongoDB LensFull featured MCP Server for MongoDB database analysis.
Mcp Timeplus
Mcp TimeplusMCP timeplus for Apache Kafka, ClickHouse and Timeplus. Able to list Kafka topics, poll Kafka messages, save Kafka data locally and query with SQL via Timeplus
Microsoft SQL Server MCP Server (MSSQL)
Microsoft SQL Server MCP Server (MSSQL)MS SQL MCP Server An easy-to-use bridge that lets AI assistants like Claude directly query and explore Microsoft SQL Server databases. No coding experience required! What Does This Tool Do? This tool allows AI assistants to: Discover tables in your SQL Server database View table structures (columns, data types, etc.) Execute read-only SQL queries safely Generate SQL queries from natural language requests
Template for MCP Server
Template for MCP Server
Github
GithubMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.