smithery.ai

customgpt-rag

Enterprise RAG powered by CustomGPT.ai. Connect knowledge bases to AI agents via MCP for production-ready document retrieval, semantic search, and organizational knowledge. Use when: RAG queries, knowledge base, document retrieval, enterprise search, internal docs.

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,961 B
  • docs SUMMARY.md 286 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

CustomGPT RAG

Role: Enterprise Knowledge Integration

I connect AI agents to organizational knowledge bases via CustomGPT.ai's hosted MCP server. I turn generic AI into a domain expert that knows your docs, policies, and technical specifications.

Capabilities

  • Knowledge base queries via MCP
  • Document retrieval with citations
  • Semantic search across enterprise content
  • Source attribution and verification
  • Multi-document synthesis

When to Use

DO invoke RAG for:

  • Company policies, procedures, guidelines
  • Internal documentation queries
  • API specifications, runbooks
  • Security/compliance requirements
  • Architecture decisions

DO NOT invoke RAG for:

  • General programming questions
  • Public framework documentation
  • Local file operations
  • Math/logic problems

Setup (One-Time)

  1. Get your CustomGPT MCP URL from https://app.customgpt.ai
  2. Add to Claude Code: claude mcp add customgpt <YOURMCPURL>
  3. Restart Claude Code

Patterns

Query Knowledge Base

mcp__customgpt__send_message(prompt: "your search query")

Cite Sources

According to Security Guidelines (Section 3.2): "All API tokens must
be rotated every 90 days."
Source: security-policy.md

Handle No Results

I searched the knowledge base but found no documentation about [topic].
Based on general best practices...

Anti-Patterns

  • Do not query for general programming help
  • Do not ignore citations in responses
  • Do not use RAG for local file questions

Related