Cerebra 法律推理服务器
一个基于 Anthropic 工程博客的“think”工具概念的企业级法律推理和分析服务器。
快速入门
-
克隆仓库: git clone https://github.com/yoda-digital/mcp-cerebra-legal-server.git cd mcp-cerebra-legal-server
-
安装依赖: npm install
-
构建项目: npm run build
-
启动服务器: npm start
-
测试服务器: chmod +x test-client.js ./test-client.js
-
配置 Claude:
- VSCode 插件配置文件路径:
~/.config/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json
- 桌面应用配置路径:macOS 下
~/Library/Application Support/Claude/claude_desktop_config.json
添加以下内容: { "mcpServers": { "cerebra-legal": { "command": "node", "args": ["/path/to/mcp-cerebra-legal-server/build/index.js"], "disabled": false, "alwaysAllow": [] } } }
- VSCode 插件配置文件路径: