Enterprise-grade RAG directly in your terminal. Query your organization's knowledge bases, runbooks, specs, and documentation without leaving Claude Code.
You are debugging a production issue. You need to know:
- What does the runbook say about database failover?
- What is our rate limiting policy?
- How is the auth service supposed to handle token refresh?
Without this plugin: Alt-Tab to browser. Search Confluence. Scroll through Notion. Find the wrong version. Lose context.
With this plugin: Ask directly in your terminal. Get the answer with citations. Keep your flow.
/plugin marketplace add Poll-The-People/customgpt-claude-code
/plugin install customgpt
claude --plugin-dir ./customgptFrom app.customgpt.ai:
- Open your agent → Deploy → MCP Server - BETA → SSE tab → Copy the URL
/customgpt:setup
Paste your URL when prompted.
The MCP server connects on startup.
/customgpt:ask "What is our deployment process?"
That's it. RAG-powered documentation search in Claude Code.
Query your documentation directly:
/customgpt:ask "How do we handle PII data?"
Response:
According to the Data Handling Guidelines (Section 4.2):
PII must be encrypted at rest using AES-256 and in transit using TLS 1.3.
Source:
data-handling-guidelines.pdf(Page 12)
Claude autonomously queries your docs when you ask about:
- Company policies and procedures
- Internal documentation or runbooks
- Technical specifications
Just ask naturally:
"Update this code to follow our error handling guidelines"
Claude will fetch the relevant documentation and apply it.
Every answer includes:
- Source document name
- Section reference
- Relevant excerpt
No more "I think I read this somewhere."
| Command | Description |
|---|---|
/customgpt:setup |
Connect your knowledge base |
/customgpt:ask <question> |
Query your docs |
/customgpt:troubleshoot |
Check connection status |
"Does this authentication flow match our security guidelines?"
Claude fetches your security documentation and compares it against the code.
"According to our runbook, what should I check if Redis connection fails?"
Get step-by-step procedures from your ops documentation.
"What are our GDPR requirements for user data deletion?"
Cite specific policies when implementing compliance features.
| Document | Description |
|---|---|
| Quick Start | 2-minute setup guide |
| How-To Guides | Task-oriented guides |
| Reference | Command and configuration reference |
| Explanation | How RAG works, architecture |
- Claude Code with plugin support
- CustomGPT.ai account (free trial available)
- At least one agent with indexed content
- SOC-2 Type 2 Certified - CustomGPT.ai infrastructure
- TLS Encryption - All traffic encrypted in transit
- No Data Sharing - Your docs stay in your CustomGPT.ai account
- Token-Based Auth - Revocable MCP tokens
- Documentation: docs.customgpt.ai
- Issues: GitHub Issues
- Email: [email protected]
MIT License - see LICENSE for details.
Built by CustomGPT.ai - The #1 RAG API for Enterprise