---
title: "Connect your agents to Materialize with built-in MCP servers"
url: https://daily.dev/posts/connect-your-agents-to-materialize-with-built-in-mcp-servers-3ymxljhyl
source_url: https://materialize.com/blog/mcp
type: article
source: "Materialize"
published: 2026-07-22T15:13:46.103Z
updated: 2026-07-22T16:21:07.035Z
tags: ["backend", "ai-agents", "mcp", "materialize"]
reading_time: 8
upvotes: 1
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect your agents to Materialize with built-in MCP servers

**[Materialize](https://daily.dev/sources/materialize)** · 8 min read · 1 upvotes · 1 comments

## Summary

Materialize now ships two MCP (Model Context Protocol) servers built directly into the database: an agent server (/api/mcp/agent) for querying live data products, and a developer server (/api/mcp/developer) for inspecting the system catalog. Both run inside the database's HTTP layer, speak JSON-RPC 2.0, and enforce the same RBAC and strict serializability as regular SQL connections. The agent server exposes materialized views and indexed views as discoverable data products with schema metadata, enabling AI agents to query consistent, live business state. The developer server provides read-only access to mz_* catalog tables for operational queries about cluster memory, view staleness, and resource usage. Authentication supports OAuth and token-based Basic auth. The servers are available on Cloud, Self-Managed, and the local Emulator.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://materialize.com/blog/mcp>

## Similar posts on daily.dev

- [Building the Live Context Graph for Agents, 28 Weekly Releases Later](https://daily.dev/posts/building-the-live-context-graph-for-agents-28-weekly-releases-later-8loqsdfvj) · Materialize · 1 upvotes · 0 comments
- [Playing with Snowflake-managed MCP](https://daily.dev/posts/playing-with-snowflake-managed-mcp-tn6no5rel) · Snowflake Community · 1 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp), [#materialize](https://daily.dev/tags/materialize)

[View this post on daily.dev](https://daily.dev/posts/connect-your-agents-to-materialize-with-built-in-mcp-servers-3ymxljhyl)
