Agentset MCP

Agentset MCP

Open-source MCP server for Retrieval-Augmented Generation (RAG) document applications.

22
Stars
10
Forks
22
Watchers
0
Issues
Agentset MCP provides a Model Context Protocol (MCP) server designed to power context-aware, document-based applications using Retrieval-Augmented Generation. It enables developers to rapidly integrate intelligent context retrieval into their workflows and supports integration with AI platforms such as Claude. The server is easily installable via major JavaScript package managers and supports environment configuration for namespaces, tenant IDs, and tool descriptions.

Key Features

Model Context Protocol (MCP) server implementation
Retrieval-Augmented Generation (RAG) support
Fast integration with AI platforms (e.g., Claude)
Environment-based configuration (API key, namespace, tenant ID)
Custom tool description options
Easy installation via npm, yarn, or pnpm
Open-source under permissive license
API reference and full documentation
Support for multi-tenant deployments
Documented build and release process via CI

Use Cases

Adding context management to AI chatbots
Powering intelligent RAG-based document search
Integrating document retrieval capabilities for generative AI systems
Configuring tenant-specific or namespace-specific AI services
Enhancing AI assistants with up-to-date organizational knowledge
Rapid prototyping of document-centric generative AI apps
Embedding context-aware tools within existing AI infrastructures
Supporting multi-user document-based AI applications
Facilitating seamless model context switch within enterprise solutions
Extending Retrieval-Augmented Generation pipelines with standardized protocol

README

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.

npm version License Build Status Downloads Size

Installation

using npm:

sh
AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id

using yarn:

sh
AGENTSET_API_KEY=your-api-key yarn dlx @agentset/mcp --ns your-namespace-id

using pnpm:

sh
AGENTSET_API_KEY=your-api-key pnpm dlx @agentset/mcp --ns your-namespace-id

Adding to Claude

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

Tips

Passing namespace id as an environment variable

sh
AGENTSET_API_KEY=your-api-key AGENTSET_NAMESPACE_ID=your-namespace-id npx @agentset/mcp

Passing a custom tool description

sh
AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id -d "Your custom tool description"

Passing a tenant id:

sh
AGENTSET_API_KEY=your-api-key npx @agentset/mcp --ns your-namespace-id -t your-tenant-id

API Reference

Visit the full documentation for more details.

Star History

Star History Chart

Repository Owner

agentset-ai
agentset-ai

Organization

Repository Details

Language JavaScript
Default Branch main
Size 68 KB
Contributors 3
License MIT License
MCP Verified Nov 12, 2025

Programming Languages

JavaScript
70.01%
TypeScript
29.99%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • Vectara MCP Server

    Vectara MCP Server

    Secure RAG server enabling seamless AI integration via Model Context Protocol.

    Vectara MCP Server implements the open Model Context Protocol to enable AI systems and agentic applications to connect securely with Vectara's Trusted RAG platform. It supports multiple transport modes, including secure HTTP, Server-Sent Events (SSE), and local STDIO for development. The server provides fast, reliable retrieval-augmented generation (RAG) operations with built-in authentication, rate limiting, and optional CORS configuration. Integration is compatible with Claude Desktop and any other MCP client.

    • 25
    • MCP
    • vectara/vectara-mcp
  • CRIC物业AI MCP Server

    CRIC物业AI MCP Server

    行业级物业AI智能体,基于MCP协议的多场景助手

    CRIC物业AI MCP Server is a server-side implementation based on the Model Context Protocol (MCP), offering intelligent assistance specifically for the property management sector. It integrates multi-modal large models and RAG technology to provide industry research, legal insights, community governance, project operations, and copywriting support. The platform leverages extensive proprietary datasets and real-time data monitoring to deliver accurate, context-driven services for diverse property-related business scenarios.

    • 1
    • MCP
    • wuye-ai/mcp-server-wuye-ai
  • Biel.ai MCP Server

    Biel.ai MCP Server

    Seamlessly connect IDEs to your company’s product documentation using an MCP server.

    Biel.ai MCP Server enables AI tools such as Cursor, VS Code, and Claude Desktop to access and utilize a company’s product documentation and knowledge base through the Model Context Protocol. It provides a hosted RAG layer that makes documentation searchable and usable, supporting real-time, context-rich completion and answers for developers. The server can be used as a hosted solution or self-hosted locally or via Docker for advanced customization.

    • 2
    • MCP
    • TechDocsStudio/biel-mcp
  • Graphlit MCP Server

    Graphlit MCP Server

    Integrate and unify knowledge sources for RAG-ready AI context with the Graphlit MCP Server.

    Graphlit MCP Server provides a Model Context Protocol interface, enabling seamless integration between MCP clients and the Graphlit platform. It supports ingestion from a wide array of sources such as Slack, Discord, Google Drive, email, Jira, and GitHub, turning them into a searchable, RAG-ready knowledge base. Built-in tools allow for document, media extraction, web crawling, and web search, as well as advanced retrieval and publishing functionalities. The server facilitates easy configuration, sophisticated data operations, and automated notifications for diverse workflows.

    • 369
    • MCP
    • graphlit/graphlit-mcp-server
  • MyMCP Server (All-in-One Model Context Protocol)

    MyMCP Server (All-in-One Model Context Protocol)

    Powerful and extensible Model Context Protocol server with developer and productivity integrations.

    MyMCP Server is a robust Model Context Protocol (MCP) server implementation that integrates with services like GitLab, Jira, Confluence, YouTube, Google Workspace, and more. It provides AI-powered search, contextual tool execution, and workflow automation for development and productivity tasks. The system supports extensive configuration and enables selective activation of grouped toolsets for various environments. Installation and deployment are streamlined, with both automated and manual setup options available.

    • 93
    • MCP
    • nguyenvanduocit/all-in-one-model-context-protocol
  • ApeRAG

    ApeRAG

    Hybrid RAG platform with MCP integration for intelligent knowledge management

    ApeRAG is a production-ready Retrieval-Augmented Generation (RAG) platform that integrates graph-based, vector, and full-text search capabilities. It enables the construction of knowledge graphs and supports MCP (Model Context Protocol), allowing AI assistants direct interaction with knowledge bases. Features include advanced document parsing, multimodal processing, intelligent agent workflows, and enterprise management tools. Deployment is streamlined via Docker and Kubernetes, with extensive support for customization and scalability.

    • 920
    • MCP
    • apecloud/ApeRAG
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results