{
"mcpServers": {
"imc-policy-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 176 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Imc Policy Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🚀 Enterprise-Grade RAG-Powered Insurance Policy Document Retrieval via Model Context Protocol
Intelligent document search with customer-scoped retrieval, query rewriting, and multi-query expansion
The IMC Policy MCP Server is a production-ready Model Context Protocol (MCP) server that provides intelligent insurance policy document retrieval using advanced Retrieval-Augmented Generation (RAG) techniques. Built with Spring AI 1.1.0-SNAPSHOT, it offers customer-scoped document search with enterprise-grade performance and security.
graph TB
A[🔍 MCP Client Query] --> B[🧠 Query Transformation]
B --> C[🎯 Customer-Scoped Search]
C --> D[📊 PGVector Similarity]
D --> E[📄 Document Assembly]
E --> F[✅ Structured Response]
style A fill:#e1f5fe
style B fill:#f3e5f5
style C fill:#fff3e0
style D fill:#e8f5e8
style E fill:#fce4ec
style F fill:#e3f2fd
| Feature | Description | Status | |---------|-------------|--------| | 🎯 Customer-Scoped RAG | Secure document retrieval filtered by customer ID | ✅ Production Ready | | 🧠 Query Rewriting | AI-powered query enhancement for better results | ✅ Configurable | | 🔍 Multi-Query Expansion | Generate diverse query variations | ✅ Optional | | 📊 PGVector Integration | High-performance vector similarity search | ✅ HNSW Index | | 🔧 MCP Tool Exposure | Standards-compliant tool interface | ✅ @McpTool | | 🚀 Auto-Configuration | Zero-config Spring Boot setup | ✅ Environment Aware | | 📄 PDF ETL Pipeline | Automated PDF processing with Tika and chunking | ✅ NEW | | 🔄 Re-Embedding Service | Update embeddings with new models | ✅ NEW | | 🔍 Debug & Diagnostics | Enhanced debugging and search testing tools | ✅ NEW |
graph TB
subgraph "🌐 Client Layer"
MC[MCP Client<br/>📱 Chat Interface]
end
subgraph "🎯 MCP Server"
MT[McpToolService<br/>🛠️ @McpTool]
RS[RagService<br/>🧠 Query Processing]
QT[Query Transformers<br/>✨ AI Enhancement]
end
subgraph "💾 Data Layer"
VS[VectorStore<br/>📊 PGVector]
PG[(PostgreSQL<br/>🐘 + pgvec
... [View full README on GitHub](https://github.com/dbbaskette/imc-policy-mcp-server#readme)