快速接入
安装与连接
选择适合客户端的连接方式,检查环境变量后复制配置。
官方远程连接
https://semiotic-mcp-server-481507046413.us-west1.run.app/mcp{
"url": "https://semiotic-mcp-server-481507046413.us-west1.run.app/mcp",
"headers": {}
}NPM / stdio
npx -y [email protected]Package:[email protected]
{
"mcpServers": {
"semiotic": {
"env": {},
"args": [
"-y",
"[email protected]"
],
"command": "npx"
}
}
}