NSAF MCP 服务器
这是用于神经符号自治框架的模型上下文协议服务器,支持AI助手与NSAF交互。
快速入门
-
克隆仓库: git clone https://github.com/ariunbolor/nsaf-mcp-server.git cd nsaf-mcp-server
-
安装依赖: npm install
-
构建服务器: npm run build
-
运行服务器: npm start
-
配置AI助手(如Claude):
- 编辑配置文件添加: { "mcpServers": { "nsaf": { "command": "nsaf-mcp-server", "args": [], "env": {}, "disabled": false, "autoApprove": [] } } }