case-chat
Provides integration with OpenAI-compatible endpoints (vLLM's /v1) for chat completion and tool use, enabling the server to use DiffusionGemma for conversational responses.
Stores a structured fake-case dataset in SQLite, allowing exact queries against ground-truth data such as timelines, entities, facts, flags, and observations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@case-chatWhat was the guardianship petition filing date?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
case-chat
A proof-of-concept conversational chat interface backed by DiffusionGemma served
via vLLM (OpenAI-compatible /v1) on a cloud-rented RTX 5090. It answers
questions using RAG over two read-only knowledge sources:
the synthetic test corpus of raw source documents (fictional Holcomb family Arkansas guardianship case), and
the existing domain-knowledge corpus (legal / behavioral / scripture), re-embedded into Qdrant and reachable via MCP.
It also exposes a structured fake-case dataset built from the synthetic corpus ground-truth (timeline / entities / facts / flags / observations) so exact questions like "when was the guardianship petition filed?" resolve against structured data — a stand-in for what case-project's extraction pipeline will eventually provide.
Hard boundaries
No Athena. LLM + embeddings go through vLLM / a Qwen3-Embedding-4B
/embeddingsendpoint, never the Athena daemon.No extracted data. RAG reads only raw source documents + the domain-knowledge corpus. case-project's
casedb(timeline events, evidence, observations, resolved participants, …) is off-limits. The fake-case dataset here is synthesized from the synthetic corpus's ground-truth, which is fictional — not the realcasedb.Data sovereignty. Only the fictional synthetic corpus and the non-sensitive domain-knowledge reference text leave local hardware. Real
case-data/never does.
Related MCP server: Modular RAG MCP Server
Architecture
[Web app + chat orchestrator] ──MCP stdio──▶ [MCP retrieval server] ──▶ Qdrant
│ │
│ OpenAI /v1 (tools) ├─ /embeddings ─▶ Qwen3-Embedding-4B
▼ │ (TEI on box / local fallback)
DiffusionGemma (vLLM, 4-bit) └─ SQLite (fake-case dataset)Embedding contract (load-bearing)
Qwen/Qwen3-Embedding-4B · 2560-dim · cosine · L2-normalized · asymmetric
(queries wrapped Instruct: …\nQuery: …, documents bare). Kept identical to
domain-knowledge's build side so vectors converge. See
case_chat/embeddings/client.py.
Decisions
Architecture decisions are recorded under docs/decisions/.
Status
POC under construction. See the implementation plan / todo list.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceA pluggable, observable modular RAG service framework that exposes tool interfaces via the MCP protocol, enabling AI assistants like Copilot and Claude to directly query knowledge bases.Last updated
- Alicense-qualityCmaintenanceA pluggable, observable modular RAG service framework that exposes tool interfaces via the MCP protocol, enabling AI assistants like Copilot and Claude to directly invoke knowledge retrieval and reasoning capabilities.Last updatedMIT
- AlicenseAqualityCmaintenanceAn MCP server that exposes RAG retrieval evaluation as agent tools, allowing agents to retrieve passages and measure retrieval quality across multiple strategies.Last updated3MIT
- Flicense-qualityBmaintenanceMCP server for a modular RAG system that enables natural language question answering over enterprise documents with intent-aware routing, adaptive retrieval, and citation-backed responses.Last updated
Related MCP Connectors
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GoodOlClint/case-chat'
If you have feedback or need assistance with the MCP directory API, please join our Discord server