@smart-portal/agi
v1.3.1
Published
SmartMCP Server 标准化MCP服务,用于构建智能MCP工具服务,提供智能MCP工具服务。
Downloads
187
Readme
Smart AGI MCP Server
标准化MCP服务框架,构建智能Smart AGI能力,提供智能MCP工具服务。
功能模块
基于LLM模型,提供以下功能模块:
- 智能代码评审服务
- 智能门户服务
- 智能思考服务
- 智能接口联调服务
安装使用
Mac端
{
"mcpServers": {
"smart-agi": {
"command": "npx",
"args": [
"-y",
"@smart-portal/agi"
],
"env": {
"address": "xx.x.xx.xx",
"station": "xxxx.yyyyy.cn",
"gitArea": "gitxx",
"accessToken": "9Vxxxxxxxxxxxxh4",
"ide": "cursor",
"oa": "zhangsan",
"masterGoToken": "xxxxxxxxxx"
}
}
}
}Windows端
{
"mcpServers": {
"smart-agi": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smart-portal/agi"
],
"env": {
"address": "xx.x.xx.xx",
"station": "xxxx.yyyyy.cn",
"gitArea": "gitxx",
"accessToken": "9Vxxxxxxxxxxxxh4",
"ide": "cursor",
"oa": "zhangsan",
"masterGoToken": "xxxxxxxxxx"
}
}
}
}安装失败排查
请检查以下问题:
- 检查是否已经安装了Node.js
- 检查是否已经安装了npm
- node版本需在18以上,版本参考:18.20.5版本
- npx绕过本地缓存
npx —ignore-existing- 指定版本号
npx -y @smart-portal/[email protected]- 清除npm或npx的缓存
npm cache clean —force
rm -rf ~/.npm/_npx- 查看版本最新信息
npm view @smart-portal/agi- 网络连通性
curl https://registry.npmjs.org/@smart-portal/agi