An interactive FHIR application with MCP (Model Context Protocol) Knowledge Graph capabilities.
This application integrates with Model Context Protocol (MCP) servers to provide knowledge graph capabilities. You can run the application with the built-in configuration.
Make the run script executable:
chmod +x run.sh
Run the application:
./run.sh
npm start
The application uses the mcp_config.json
file to configure and start the necessary MCP servers automatically.
The application uses a mcp_config.json
file to configure the MCP servers it connects to. By default, it connects to:
You can modify the mcp_config.json
file to add additional servers or change the configuration:
{
"mcpServers": {
"memory": {
"enabled": true,
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"env": {
"MEMORY_FILE_PATH": "./mcp-memory.json"
}
},
"fhir": {
"enabled": true,
"url": "https://hapi.fhir.org/baseR4"
}
}
}
Once the application is running, you can access it at: http://localhost:8080
If you experience issues with the Knowledge Graph:
mcp_config.json
MIT
Seamless access to top MCP servers powering the future of AI integration.