Agentset

Agentset

RAG for your knowledge base connected to Agentset.

23
Stars
10
Forks
1
Releases

Overview

Agentset MCP is the MCP server component of the Agentset open-source platform for Retrieval-Augmented Generation (RAG). It provides a ready-to-use MCP server intended for developers who want to build intelligent, document-based applications quickly and efficiently. The README demonstrates installation via npm, yarn, or pnpm and shows how to configure and run the server with an API key and a namespace identifier. It also demonstrates how to integrate the MCP server with Claude by exposing it as a tool through a JSON configuration that specifies the command, arguments, and environment variables (AGENTSET_API_KEY and AGENTSET_NAMESPACE_ID). The server supports specifying the namespace with --ns or via the AGENTSET_NAMESPACE_ID environment variable, and offers options to customize the tool description (-d) and to pass a tenant id (-t). A full API reference is available at docs.agentset.ai, underscoring its open-source nature and its aim to help developers build retrieval-enabled AI experiences around a knowledge base.

Details

Owner
agentset-ai
Language
JavaScript
License
MIT License
Updated
2025-12-07

Features

Easy installation and run

Install the MCP server via npm, yarn, or pnpm and run with standard configuration, using AGENTSET_API_KEY and a namespace (--ns or AGENTSET_NAMESPACE_ID).

Claude integration

Expose the MCP server as a tool in Claude by providing a command, arguments, and environment variables (AGENTSET_API_KEY, AGENTSET_NAMESPACE_ID) as shown in the README.

Namespace-scoped operation

Support for namespace-based scoping either through the --ns option or the AGENTSET_NAMESPACE_ID environment variable.

Environment-based credentials

Authenticate with the server using the AGENTSET_API_KEY environment variable.

Custom tool description

Option to customize the tool description using the -d flag.

Tenant ID support

Option to pass a tenant id using the -t flag.

Documentation and API reference

Access full documentation and API reference at docs.agentset.ai.

Audience

DevelopersBuild RAG-enabled, document-based applications by integrating Agentset MCP into their workflows, including Claude integrations.

Tags

AgentsetMCPRAGRetrieval-Augmented Generationopen-sourcedocument-basedClaudeCLInamespacetenant