渲染时BRIN MCP(免费)
具有SQL(Neon)、内存和HTTP代理工具的最小MCP类HTTP网关。
端点
GET /healthPOST /mcp/sql.query->{ query, params? }POST /mcp/sql.write->{ query, params? }POST /mcp/memory.get->{ taskType }POST /mcp/memory.set->{ taskType, key?, value?, successRate? }POST /mcp/http.fetch->{ url, method?, headers?, body? }
环境
PG_URL=霓虹灯连接字符串(sslmode=必需)MCP_TOKEN=n8n使用的承载令牌(例如brin_secret_token_123)ALLOWLIST=HTTP代理的逗号分隔允许列表(例如。https://jsonplaceholder.typicode.com)
在本地运行
npm install
PG_URL=postgres://... MCP_TOKEN=token ALLOWLIST=https://jsonplaceholder.typicode.com node server.js