Skip to main content
Glama
lingeswaranTW

bahmni-mcp

bahmni-mcp

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

Related MCP server: Postman MCP Generator

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.json and add the same mcpServers block.

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

Install Server
F
license - not found
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/lingeswaranTW/bahmni-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server