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.
Related Servers
mxHERO Multi-Account Email Search
Search across multiple email accounts using mxHERO's vector search service.
Bilibili API
Search for videos, users, and retrieve danmaku from the Bilibili API.
Haloscan MCP Server
An MCP server for interacting with the Haloscan SEO API.
News Fact-Checker
Automated fact-checking of news headlines using web search and Google Gemini AI.
Serpstat MCP Server
SEO analysis using the Serpstat API.
Ripgrep Search
Efficiently search Obsidian vaults using the ripgrep tool.
RagDocs
A server for RAG-based document search and management using Qdrant vector database with Ollama or OpenAI embeddings.
Local Research MCP Server
A private, local research assistant that searches the web and scrapes content using DuckDuckGo.
Claude Web Search
Provides web search functionality powered by the Claude API from Anthropic.
Search Intent MCP
Analyzes user search keyword intent for SEO support using the AI Search Intent API.