MCP Server
Active
MIT
io.github.nickjlamb/opengate-mcp MCP Server
io.github.nickjlamb/opengate-mcp
What is the io.github.nickjlamb/opengate-mcp MCP server?
Check whether an AI answer is grounded in its context — deterministic, no LLM judge.
How to install io.github.nickjlamb/opengate-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"opengate-mcp": {
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"opengate-mcp": {
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"opengate-mcp": {
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"opengate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}Claude Code
claude mcp add opengate-mcp -- npx -y @pharmatools/opengate-mcpRelated MCP servers
PubMed & Europe PMC literature search, US/UK drug labelling, and clinical trials for AI assistants.
13
View repository →TypeScript
MIT
Pseudonymise and restore patient identifiers & PII in text — local, HIPAA Safe Harbor mode.
8
View repository →TypeScript
MIT-0
Explain why two scientific papers disagree, every claim grounded in a verbatim source quote.
1
View repository →JavaScript
MIT