Agentset
RAG MCP for your Agentset data.
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:
AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id
using yarn:
AGENTSET_API_KEY=your-api-key yarn dlx @agentset/mcp --ns your-namespace-id
using pnpm:
AGENTSET_API_KEY=your-api-key pnpm dlx @agentset/mcp --ns your-namespace-id
Adding to Claude
{
"mcpServers": {
"agentset": {
"command": "npx",
"args": ["-y", "@agentset/mcp@latest"],
"env": {
"AGENTSET_API_KEY": "agentset_xxx",
"AGENTSET_NAMESPACE_ID": "ns_xxx"
}
}
}
}
Tips
Passing namespace id as an environment variable
AGENTSET_API_KEY=your-api-key AGENTSET_NAMESPACE_ID=your-namespace-id npx @agentset/mcp
Passing a custom tool description
AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id -d "Your custom tool description"
Passing a tenant id:
AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id -t your-tenant-id
API Reference
Visit the full documentation for more details.
संबंधित सर्वर
Context7 HTTP
An MCP server for the Context7 project, providing HTTP streaming and search endpoints for library information without local installation.
Docs MCP
A server for efficiently searching and referencing user-configured local documents.
Crossref MCP Server
Search and access academic paper metadata from Crossref.
Shodan MCP Server
Query internet-connected devices, services, and vulnerabilities using the Shodan API and CVE database.
Search Intent MCP
Analyzes user search keyword intent for SEO support using the AI Search Intent API.
Rhumb MCP
Agent-native tool intelligence — discover, score, and compare 600+ APIs across 16 MCP tools. Zero-signup discovery, AN Score methodology, failure mode data, and managed execution.
SerpApi MCP Server
Retrieve parsed search engine results using the SerpApi.
Search MCP Server
A versatile search server supporting multiple search engines, including Brave, Metaso, and Bocha.
Tavily Search
Optimized web search for LLMs using the Tavily Search API.
DevRag
Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).