agentset-ai

agentset

Built by agentset-ai 1,929 stars

What is agentset?

The open-source RAG platform: built-in citations, deep research, 22+ file formats, partitions, MCP server, and more.

How to use agentset?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add agentset using the following command: npx @modelcontextprotocol/agentset 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/agentset --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/agentset

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

agentset FAQ

Q

Is agentset safe?

Yes, agentset follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is agentset up to date?

agentset is currently active in the registry with 1,929 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for agentset?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<p align="center"> <a href="https://agentset.ai"> <img width="100" height="100" alt="Agentset Logo" src="https://github.com/user-attachments/assets/2dd23f69-c0f0-4c73-91df-db529f709f2c" style="border-radius: 2px;" /> </a> </p> <h1 align="center">Agentset</h1> <p align="center"> <strong>RAG. Optimized for maximum performance.</strong> </p> <p align="center"> <a href="https://docs.agentset.ai">Docs</a> · <a href="https://github.com/agentset-ai/agentset/issues/new?template=bug_report.md">Report a bug</a> · <a href="https://github.com/agentset-ai/agentset/issues/new?template=feature_request.md">Feature request</a> · <a href="https://github.com/agentset-ai/agentset/releases">Changelog</a> </p> <p align="center"> <a href="LICENSE.md"><img src="https://img.shields.io/github/license/agentset-ai/agentset?label=license&logo=github" alt="License" /></a> <a href="https://github.com/agentset-ai/agentset/issues"><img src="https://img.shields.io/github/issues/agentset-ai/agentset" alt="Issues" /></a> <a href="https://github.com/agentset-ai/agentset/commits/main"><img src="https://img.shields.io/github/last-commit/agentset-ai/agentset" alt="Last Commit" /></a> <a href="https://github.com/agentset-ai/agentset"><img src="https://img.shields.io/github/commit-activity/m/agentset-ai/agentset?label=commit%20activity" alt="Commit activity" /></a> <!-- Live online count badge (enable when widget is on) <a href="https://discord.com/invite/XNcrk6bv"><img src="https://img.shields.io/discord/1356204157488332831?label=discord&logo=discord&logoColor=white&color=5865F2&cacheSeconds=300" alt="Discord online" /></a> --> <a href="https://discord.com/invite/XNcrk6bv"><img src="https://img.shields.io/badge/discord-join-5865F2?logo=discord&logoColor=white" alt="Join Discord" /></a> <!-- <a href="https://agentset.ai"><img src="https://img.shields.io/badge/visit-agentset.ai-0A0A0A" alt="Visit agentset.ai" /></a> --> </p> <p> Agentset is the open-source platform to build, evaluate, and ship production-ready RAG and agentic applications. It provides end-to-end tooling: ingestion, vector indexing, evaluation/benchmarks, chat playground, hosting, and a developer-friendly API. </p> <img width="2800" height="2044" alt="CleanShot 2025-11-12 at 16 39 31@2x" src="https://github.com/user-attachments/assets/cc103cd4-d447-431d-ba69-214753c39083" />

Features

  • Turnkey RAG: ingestion, chunking, embeddings, and retrieval
  • Model agnostic: works with your choice of LLM, embeddings, and vector DB
  • Chat playground with message editing and citations
  • Production hosting with preview links and custom domains
  • API + typed SDKs, OpenAPI spec
  • Built-in multi-tenancy
  • Built with TypeScript, Next.js, AI SDK, Prisma, Supabase, and Trigger.dev

Getting Started

Agentset Cloud

The fastest way to get started with Agentset. Generous free tier with 1,000 pages and 10,000 retrievals. No credit card required.

Self-host Agentset

Follow our complete guide: https://docs.agentset.ai/open-source/prerequisites

Quick Start (Local Development)

# 1) Copy env and fill required values
cp .env.example .env

# 2) Install dependencies
bun install

# 3) Run database migrations (from the repo root)
bun db:deploy

# 4) Start the app
bun dev:web

Useful scripts:

  • bun db:studio – open Prisma Studio
  • bun dev:web – run only the web app

Star Us

If you find Agentset useful, please give the repo a star — it helps a lot!

<br/> <img src=".github/assets/star-us.png" alt="Star Agentset on GitHub" width="200" />

Contributing

We <3 contributions big and small. Feel free to:

  • Open an issue for bugs and feature ideas
  • Submit a PR with focused changes
  • Improve docs or examples

Not sure where to start? Check existing issues: https://github.com/agentset-ai/agentset/issues

License

MIT :)


Made with ❤️ by the Agentset team.

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "agentset": { "command": "npx", "args": ["agentset"] } } }