Izumi123
67 字
1 分钟
Claude Code 安装 MCP Server
postgres-mcp
配置内容:
{ "postgres": { "command": "uvx", "args": [ "postgres-mcp", "--access-mode=unrestricted" ], "env": { "DATABASE_URI": "postgresql://username:password@localhost:5432/dbname" } }}在 cc-switch 中安装。
playwright
配置内容:
{ "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest" ] }}在 cc-switch 中安装。
Claude Code 安装 MCP Server
https://zhuyuqinlan.top/post/20260719184500/
评论
发表评论