Bahmni
БесплатноНе проверенMCP server that exposes the OpenMRS/Bahmni REST API as tools for Claude to interact with Bahmni instances.
Описание
MCP server that exposes the OpenMRS/Bahmni REST API as tools for Claude to interact with Bahmni instances.
README
MCP server for Bahmni — exposes the OpenMRS/Bahmni REST API as tools that Claude can call directly.
Prerequisites
Install uv if you don't have it:
curl -LsSf https://astral.sh/uv/install.sh | sh
Setup
Add this to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"bahmni": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/lingeswaranTW/bahmni-mcp-server.git",
"bahmni-mcp"
],
"env": {
"BAHMNI_URL": "https://your-bahmni-instance/openmrs/ws",
"BAHMNI_USER": "your_username",
"BAHMNI_PASSWORD": "your_password"
}
}
}
}
Claude Code users: edit
~/.claude.jsonand add the samemcpServersblock.
Restart Claude Desktop. No files to download — uvx fetches and runs the server automatically.
Environment Variables
| Variable | Description |
|---|---|
BAHMNI_URL |
Base URL of your Bahmni instance (e.g. https://bahmni.example.com/openmrs/ws) |
BAHMNI_USER |
Bahmni username |
BAHMNI_PASSWORD |
Bahmni password |
Установка Bahmni
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/lingeswaranTW/bahmni-mcp-serverFAQ
Bahmni MCP бесплатный?
Да, Bahmni MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bahmni?
Нет, Bahmni работает без API-ключей и переменных окружения.
Bahmni — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Bahmni в Claude Desktop, Claude Code или Cursor?
Открой Bahmni на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Bahmni with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
