MCP Server
View as MarkdownMaterialize provides built-in Model Context Protocol (MCP) endpoints that AI
agents can use. The MCP interface is served directly by the database; no sidecar
process or external server is required. These endpoints use JSON-RPC
2.0 over HTTP POST (default port 6876)
and support the MCP initialize, tools/list, and tools/call methods.
MCP endpoints overview
| Endpoint | Path | Description |
|---|---|---|
| Developer | /api/mcp/developer |
Read mz_* system catalog tables for troubleshooting and observability. For details, see MCP Server for developer. |
See also
- MCP Server Troubleshooting
- Appendix: MCP Server (Python) for locally-run, separate MCP Server.