Nhost
Rank #338io.github.nhost/mcp
Let your users work with their own data through an AI assistant, limited to what they can see.
Nhost is a Model Context Protocol (MCP) server published by nhost. It ranks #338 of 132,113 servers tracked on MCP Toplist, and its repository has 9,296 GitHub stars. Nhost is listed on Official MCP, with 1 tracked version. It was first listed on Sep 15, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 131,775 of 132,113 servers on MCP Toplist.
Use Nhost
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add nhost -e "MCP_GRAPHQL_ENDPOINT=<your MCP_GRAPHQL_ENDPOINT>" -e "MCP_AUTH_URL=<your MCP_AUTH_URL>" -- docker run -i --rm -p 3000:3000 docker.io/nhost/mcp:0.3.0Replace each placeholder with your own value before saving.
[mcp_servers.nhost]
command = "docker"
args = ["run", "-i", "--rm", "-p", "3000:3000", "docker.io/nhost/mcp:0.3.0"]
[mcp_servers.nhost.env]
MCP_GRAPHQL_ENDPOINT = "<your MCP_GRAPHQL_ENDPOINT>"
MCP_AUTH_URL = "<your MCP_AUTH_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nhost": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"3000:3000",
"docker.io/nhost/mcp:0.3.0"
],
"env": {
"MCP_GRAPHQL_ENDPOINT": "<your MCP_GRAPHQL_ENDPOINT>",
"MCP_AUTH_URL": "<your MCP_AUTH_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nhost": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"3000:3000",
"docker.io/nhost/mcp:0.3.0"
],
"env": {
"MCP_GRAPHQL_ENDPOINT": "<your MCP_GRAPHQL_ENDPOINT>",
"MCP_AUTH_URL": "<your MCP_AUTH_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nhost": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"3000:3000",
"docker.io/nhost/mcp:0.3.0"
],
"env": {
"MCP_GRAPHQL_ENDPOINT": "<your MCP_GRAPHQL_ENDPOINT>",
"MCP_AUTH_URL": "<your MCP_AUTH_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nhost": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"3000:3000",
"docker.io/nhost/mcp:0.3.0"
],
"env": {
"MCP_GRAPHQL_ENDPOINT": "<your MCP_GRAPHQL_ENDPOINT>",
"MCP_AUTH_URL": "<your MCP_AUTH_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nhost": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"3000:3000",
"docker.io/nhost/mcp:0.3.0"
],
"env": {
"MCP_GRAPHQL_ENDPOINT": "<your MCP_GRAPHQL_ENDPOINT>",
"MCP_AUTH_URL": "<your MCP_AUTH_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.nhost%2Fmcp)<a href="https://mcptoplist.com/server/io.github.nhost%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.nhost%2Fmcp.svg" alt="MCP Toplist: Top 1% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nhost
Other servers by nhost
View all nhost servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | Sep 18, 2026 |
Frequently asked questions
- Who maintains Nhost?
- Nhost is maintained by nhost, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Nhost listed on the Official MCP Registry?
- Yes — Nhost is listed on the Official MCP Registry.
- How many versions does Nhost have?
- MCP Toplist tracks 1 version of Nhost, most recently published on Sep 18, 2026.
- Where can I find the source code for Nhost?
- The source code for Nhost is hosted at github.com/nhost/nhost.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.