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