
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
@infopercept/invinsense-rag-mcp
Advanced tools
MCP (Model Context Protocol) server that provides Claude and other AI assistants with semantic search access to InvinSense documentation using Vertex AI RAG Engine. Enables AI-powered documentation queries with grounded, citation-backed responses.
MCP (Model Context Protocol) server that provides Claude and other AI assistants with semantic search access to InvinSense documentation using Vertex AI RAG Engine.
npm install -g @infopercept/invinsense-rag-mcp
Or use directly with npx (recommended for MCP):
npx @infopercept/invinsense-rag-mcp
Add to ~/.claude/settings.json:
{
"mcpServers": {
"invinsense-rag": {
"command": "npx",
"args": ["@infopercept/invinsense-rag-mcp"],
"env": {
"RAG_API_URL": "https://your-rag-endpoint",
"RAG_API_KEY": "your-api-key"
}
}
}
}
Add to ~/.config/claude/mcp.json:
{
"mcpServers": {
"invinsense-rag": {
"command": "npx",
"args": ["@infopercept/invinsense-rag-mcp"],
"env": {
"RAG_API_URL": "https://your-rag-endpoint",
"RAG_API_KEY": "your-api-key"
}
}
}
}
| Variable | Description | Default |
|---|---|---|
RAG_API_URL | RAG service endpoint | http://localhost:8080 |
RAG_API_KEY | API key for RAG service | (none) |
rag_querySemantic search through InvinSense documentation.
Search for "How does identity broker authentication work?"
rag_generateGet AI-generated answers with citations using Gemini + RAG.
What authentication protocols does the Identity Broker support?
rag_corpus_infoGet RAG corpus information (document count, status).
rag_healthCheck RAG service health and connectivity.
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Claude/MCP │────▶│ MCP Server │────▶│ RAG Service │
│ Client │ │ (this package) │ │ (your endpoint)│
└─────────────────┘ └─────────────────┘ └────────┬────────┘
│
┌───────────────────────────┼───────────────────────────┐
│ │ │
▼ ▼ ▼
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Vertex AI RAG │ │ Google AI │ │ GCS │
│ Engine │ │ Gemini 2.0 │ │ (Documents) │
└─────────────────┘ └─────────────────┘ └─────────────────┘
This MCP server connects to a RAG service backend. See the full repository for RAG service setup:
# Clone the repository
git clone https://gitlab.invinsense.dev/infopercept/docs/pg-rag.git
cd pg-rag
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your GCP credentials
# Start the RAG service
npm run dev
| Endpoint | Method | Description |
|---|---|---|
/health/live | GET | Liveness probe |
/health/ready | GET | Readiness probe with checks |
/v1/query | POST | Semantic search |
/v1/generate | POST | RAG-powered answer generation |
/v1/corpus | GET | Corpus information |
MIT
FAQs
MCP (Model Context Protocol) server that provides Claude and other AI assistants with semantic search access to InvinSense documentation using Vertex AI RAG Engine. Enables AI-powered documentation queries with grounded, citation-backed responses.
We found that @infopercept/invinsense-rag-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.