AgentsetServer

agentset-ai
GitHub
RAGOpen SourceDocument-Based Applications

Loading subscription status...

💡 Description

MCP server for Agentset, an open-source platform for Retrieval Augmented Generation (RAG). Designed for developers wanting to quickly and efficiently create intelligent document-based applications.

📝 JSON Entries

{
  "mcpServers": [
    {
      "agentset": {
        "env": {
          "AGENTSET_API_KEY": "agentset_xxx",
          "AGENTSET_NAMESPACE_ID": "ns_xxx"
        },
        "args": [
          "-y",
          "@agentset/mcp@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

knowledge-base-retrieve