OpenGATE
Rank #17,319io.github.nickjlamb/opengate-mcp
Check whether an AI answer is grounded in its context — deterministic, no LLM judge.
OpenGATE is a Model Context Protocol (MCP) server published by nickjlamb. It ranks #17,319 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. OpenGATE is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jul 6, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 98,272 of 115,591 servers on MCP Toplist.
Use OpenGATE
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add opengate-mcp -- npx -y @pharmatools/opengate-mcp[mcp_servers.opengate-mcp]
command = "npx"
args = ["-y", "@pharmatools/opengate-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"opengate-mcp": {
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"opengate-mcp": {
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"opengate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"opengate-mcp": {
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"opengate-mcp": {
"command": "npx",
"args": [
"-y",
"@pharmatools/opengate-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nickjlamb%2Fopengate-mcp)<a href="https://mcptoplist.com/server/io.github.nickjlamb%2Fopengate-mcp"><img src="https://mcptoplist.com/badge/io.github.nickjlamb%2Fopengate-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nickjlamb
Other servers by nickjlamb
View all nickjlamb servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Jul 6, 2026 |
Frequently asked questions
- Who maintains OpenGATE?
- OpenGATE is maintained by nickjlamb, which publishes 4 MCP servers (9 total versions) tracked on MCP Toplist.
- Is OpenGATE listed on the Official MCP Registry?
- Yes — OpenGATE is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does OpenGATE have?
- MCP Toplist tracks 1 version of OpenGATE, most recently published on Jul 6, 2026.
- Where can I find the source code for OpenGATE?
- The source code for OpenGATE is hosted at github.com/nickjlamb/opengate.