
NDC-MCP Connector
Supports UIby hasura
Bridges Hasura DDN with MCP servers, exposing MCP resources as collections and tools as functions.
What it does
NDC-MCP Connector acts as a bridge between Hasura Data Delivery Network (DDN) and Model Context Protocol (MCP) servers. it automatically maps MCP resources to NDC collections and MCP tools to NDC functions/procedures, allowing Hasura to utilize MCP-compatible data sources.
Tools
- Dynamic Schema Generation: Automatically generates NDC schemas based on MCP server introspection.
- Resource Mapping: Maps MCP resources to NDC collections.
- Tool Execution: Executes MCP tools as NDC functions/procedures.
Installation
Configure servers in configuration/configuration.json:
{
"servers": {
"filesystem": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/directory"]
}
}
}
Then run via cargo run --bin mcp-connector -- serve.
Supported hosts
Generic MCP support (stdio and HTTP transports).
Quick install
cargo build && cargo run --bin mcp-connector -- serveInformation
- Pricing
- free
- Published
- 4/30/2026
- stars






