Healthcare Document Management MCP Server
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., "@Healthcare Document Management MCP ServerSearch for lab reports for patient ID 78901"
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.
Healthcare Document Management MCP Server
A healthcare document management server built using the Model Context Protocol (MCP).
This project exposes healthcare document-management capabilities to an MCP-capable AI client through typed MCP tools. The server works with a synthetic healthcare document repository and demonstrates searching and saving document metadata through MCP.
Important: This project uses only synthetic and fictional healthcare data. It does not use real patient information.
Project Overview
The Healthcare Document Management MCP Server provides two MCP tools:
search_patient_documentSearches the synthetic healthcare document repository.
Accepts a patient ID and document type.
Returns matching document metadata.
save_document_metadataSaves metadata for a new synthetic healthcare document.
Accepts typed document metadata fields.
Validates the supplied information before modifying the repository.
The server is connected to an MCP-capable AI client in VS Code and was tested end to end.
Related MCP server: atlas_mcp
Architecture
MCP-capable AI Client
|
| Model Context Protocol (MCP)
v
Healthcare Document Management MCP Server
|
+-----------------------------+
| |
v v
search_patient_document save_document_metadata
| |
+-------------+---------------+
|
v
Synthetic Healthcare
Document Repository
(document_metadata.json)
## Setup
### Requirements
- Python 3.11+
- uv
- Git
- VS Code with an MCP-capable AI client
### Install
Clone the repository and open the project folder:
```powershell
git clone https://github.com/prathimanr-wq/healthcare-document-mcp.git
cd healthcare-document-mcp Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Remote MCP for MCP consent scope receipt, structured receipts, audit logs, and reviewer-ready eviden
IEEE Xplore MCP — BYOK wrapper over the IEEE Xplore Metadata Search API
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables analysis of clinical trial protocols using MCP tools for document listing, entity extraction, adverse event clustering, and summarization.41MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that brings AI-powered search and conversation to your FHIR clinical documents.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI applications to query and retrieve healthcare data (patients, conditions, observations, medications) from a public FHIR R4 server via MCP tools.MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables LLMs to securely query synthetic clinical data through validated, scoped tools (patient summaries, conditions, medications, lab trends, encounters) while maintaining audit logs and access controls.-
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/prathimanr-wq/healthcare-document-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server