Back to MCP directory
publicPublicdnsLocal runtime

Materialize

自动创建MCP资源的数据库索引服务

article

README

🚀 材质化 MCP 服务器

材质化 MCP 服务器可自动依据启动时所配置的数据库、模式或集群中的索引来创建 MCP 资源,为服务器资源创建提供便利。

🚀 快速开始

启动命令

使用以下命令启动服务器:

MZ_DSN=psql://用户:密码@主机:6875/数据库 uv run server.py

请将 用户密码主机数据库 替换为实际的值。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client