The Agentset MCP server enables intelligent, document-based applications using Retrieval-Augmented Generation (RAG). With this server, you can:
- Look up information in a knowledge base for various use cases
- Find relevant documents or information on specific topics
- Access company policies, procedures, and guidelines
- Retrieve product specifications and technical documentation
- Get contextual information to answer company-specific questions
- Find historical data about projects
- Customize search parameters (adjust the number of results with topK and enable/disable reranking for relevance)
Agentset MCP
MCP server for Agentset, an open-source platform for Retrieval-Augmented Generation (RAG). Designed for developers who want to build intelligent, document-based applications quickly and efficiently.
Installation
using npm:
using yarn:
using pnpm:
Adding to Claude
Tips
Passing namespace id as an environment variable
Passing a custom tool description
Passing a tenant id:
API Reference
Visit the full documentation for more details.
You must be authenticated.
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.
An open-source platform for Retrieval-Augmented Generation (RAG). Upload documents and query them ⚡
Related Resources
Related MCP Servers
- -securityFlicense-qualityThis server enables AI assistants (CLINE, Cursor, Windsurf, Claude Desktop) to share a common knowledge base through Retrieval Augmented Generation (RAG), providing consistent information access across multiple tools.Last updated -1TypeScript
- -security-license-qualityA Retrieval-Augmented Generation server that enables semantic PDF search with OCR capabilities, allowing users to query document content through any MCP client and receive intelligent answers.Last updated -1PythonApache 2.0
- -securityAlicense-qualityAn MCP server that enables RAG (Retrieval-Augmented Generation) on markdown documents by converting them to embedding vectors and performing vector search using DuckDB.Last updated -PythonApache 2.0
- -securityFlicense-qualityImplements Retrieval-Augmented Generation (RAG) using GroundX and OpenAI, allowing users to ingest documents and perform semantic searches with advanced context handling through Modern Context Processing (MCP).Last updated -1Python