Hasura MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.
MCP server for Hasura: metadata export, SQL passthrough. Works with any self-hosted instance.
Today is the operative word: we check Hasura MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add hasura-mcp -- npx -y hasura-mcp
{
"mcpServers": {
"hasura-mcp": {
"args": [
"-y",
"hasura-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.hasura-mcp]
command = "npx"
args = ["-y", "hasura-mcp"]
{
"mcpServers": {
"hasura-mcp": {
"args": [
"-y",
"hasura-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"hasura-mcp": {
"args": [
"-y",
"hasura-mcp"
],
"command": "npx"
}
}
}
MCP server for SurrealDB: version check, SQL queries. Works with any instance.
MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more
MCP server for Neo4j Aura Database Instance Manager.
MCP server for interacting with PostgreSQL databases
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
MCP server for FastBCP — high-performance parallel database export to files and cloud
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Read-only MCP server for exposing database schema metadata without row data.
Answers built from our own checks of this server.