Agentset MCP is an open-source MCP server for the Agentset platform, enabling developers to build intelligent, document-based RAG applications quickly and efficiently.
MCP server for Agentset, an open-source platform for Retrieval-Augmented Generation (RAG).
{
"mcpServers": {
"agentset": {
"command": "npx",
"args": ["-y", "@agentset/mcp@latest"],
"env": {
"AGENTSET_API_KEY": "agentset_xxx",
"AGENTSET_NAMESPACE_ID": "ns_xxx"
}
}
}
}