Query Studio
Search through your messages with advanced RAG techniques
AI Clone Chat - Talk with your Digital Twin
Start a conversation with your AI clone
Personality Analysis
Loading your personality profile...
Contacts
Analytics
Performance
API & Claude Code Integration
API Key
shr_9k7mN4pL8qX2wV6yR3jT5hU1cB0dF9zA
MCP Server Status
Checking...
Connect Claude Code CLI
Connect Claude Code from any machine to search your RAG database, analyze code, and generate responses in your style.
Step 1: Create/Edit settings file
# Linux/Mac
mkdir -p ~/.claude && nano ~/.claude/settings.json
# Windows
mkdir %USERPROFILE%\.claude
notepad %USERPROFILE%\.claude\settings.json
mkdir -p ~/.claude && nano ~/.claude/settings.json
# Windows
mkdir %USERPROFILE%\.claude
notepad %USERPROFILE%\.claude\settings.json
Step 2: Add MCP configuration
🔒 Secure URL
- Le token est inclus dans l'URL. Ne partagez jamais cette config.
{
"mcpServers": {
"shiva-rag": {
"type": "sse",
"url": "https://rag.olive.click/mcp/sse?token=dmAiEgtn5xoqG8Gvn78t_AD3TttG0Ab5"
}
}
}
Step 3: Restart Claude Code
# Close and reopen Claude Code, or run:
claude --mcp-debug
claude --mcp-debug
Step 4: Test in Claude Code
Ask Claude Code: "Search my messages for hello" or "What repos are in my RAG?"
Available MCP Tools
rag_search
Search all data (messages, code, emails) using hybrid semantic + keyword search
github_search
Search through ingested GitHub repositories and code
generate_response
Generate personalized response using RAG + style adaptation
analyze_style
Analyze writing style and personality based on message history
ingest_repo
Ingest a GitHub repository into the RAG database
Test MCP Connection
GitHub Integration
Checking authentication...
Repositories
Loading repositories...
Ingestion Options
.py
.js
.ts
.md
.json
.html
.css
KB
0
Repos
0
Files
0
Chunks
0
Languages