Skip to main content
Glama

Suncture Healthcare MCP Server

by wilforlan
chatmcp.yaml933 B
params: type: object properties: # No required authentication keys for this MCP server required: [] rest: name: suncture-healthcare port: 9593 endpoint: /rest npx: command: | MCP_MODE=stdio npx -y suncture-healthcare-mcp config: | { "mcpServers": { "suncture-healthcare": { "command": "npx", "args": [ "-y", "suncture-healthcare-mcp" ], "env": { "MCP_MODE": "stdio" } } } } docker: command: | docker run -i --rm -e MCP_MODE=stdio mcp/suncture-healthcare config: | { "mcpServers": { "suncture-healthcare": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "MCP_MODE=stdio", "mcp/suncture-healthcare" ], "env": {} } } }

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/wilforlan/suncture-mcp'

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