Agentset MCP
@agentset-ai
About Agentset MCP
Agentset MCP Server - Build RAG with Agentic superpowers
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentset": {
"command": "npx",
"args": [
"-y",
"@agentset/mcp@latest"
],
"env": {
"AGENTSET_API_KEY": "agentset_xxx",
"AGENTSET_NAMESPACE_ID": "ns_xxx"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 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.
How to use Agentset MCP?
Install and run using npm, yarn, or pnpm with an Agentset API key and namespace ID. Configure it as an MCP server in Claude by adding a JSON entry with AGENTSET_API_KEY and AGENTSET_NAMESPACE_ID environment variables. Optional parameters include custom tool descriptions (-d) and tenant IDs (-t).
Key features of Agentset MCP?
- Connects to Agentset RAG platform via MCP protocol
- Requires API key and namespace ID for authentication
- Supports custom tool descriptions and tenant IDs
- Runs via
npx,yarn dlx, orpnpm dlx
Use cases of Agentset MCP?
- Build document-based applications with retrieval-augmented generation
- Integrate RAG capabilities into AI assistants like Claude
- Create custom RAG workflows with namespace-based data isolation
FAQ from Agentset MCP?
What is the Agentset MCP server used for?
It provides an MCP interface to the Agentset RAG platform, allowing AI models to retrieve and generate content from document collections.
How do I authenticate with the server?
Set the AGENTSET_API_KEY environment variable and either the AGENTSET_NAMESPACE_ID variable or the --ns flag with your namespace ID.
Frequently asked questions
What is the Agentset MCP server used for?
It provides an MCP interface to the Agentset RAG platform, allowing AI models to retrieve and generate content from document collections.
How do I authenticate with the server?
Set the `AGENTSET_API_KEY` environment variable and either the `AGENTSET_NAMESPACE_ID` variable or the `--ns` flag with your namespace ID. ###
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments