What is the io.github.atk1-eng/1k-patient-mcp MCP server?
1k patient MCP server
How to install io.github.atk1-eng/1k-patient-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"1k-patient-mcp": {
"url": "https://mcp-patient-ilb-psc-cloudrun-d-673872727624.us-central1.run.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"1k-patient-mcp": {
"serverUrl": "https://mcp-patient-ilb-psc-cloudrun-d-673872727624.us-central1.run.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"1k-patient-mcp": {
"type": "http",
"url": "https://mcp-patient-ilb-psc-cloudrun-d-673872727624.us-central1.run.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"1k-patient-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-patient-ilb-psc-cloudrun-d-673872727624.us-central1.run.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http 1k-patient-mcp https://mcp-patient-ilb-psc-cloudrun-d-673872727624.us-central1.run.app/mcpRelated MCP servers
A sample zoo MCP server