蜘蛛聊天MCP服务器
从克劳德桌面访问您的蜘蛛聊天流、回忆和事实。
安装
1.安装
npm install
npm run build2.获取您的API代币
- 首选https://nonlinearaichat-production.up.railway.app/
- 仪表盘→ API令牌
- 生成新令牌
- 复制它
3.配置克劳德桌面
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json\ 窗户: %APPDATA%\Claude\claude_desktop_config.json
添加以下内容(替换路径和标记):
{
"mcpServers": {
"spiderchat": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/THIS/FOLDER/dist/index.js"],
"env": {
"SPIDERCHAT_API_TOKEN": "your_token_here",
"SPIDERCHAT_API_URL": "https://nonlinearaichat-production.up.railway.app"
}
}
}
}获取绝对路径:
cd mcp-server && pwd
# Use the output + /dist/index.js4.重新启动克劳德桌面
完全退出并重新打开。
用法
问克劳德:
"Search my Spider Chat flows for machine learning""Show me my most important memories""List all my flow groups""Find everything about Python in my Spider Chat"
故障排除
克劳德没有看到:
- 使用绝对路径(非相对路径)
- 确保你跑了
npm run build - 完全退出并重新启动Claude
身份验证失败:
- 检查您的令牌是否正确
- 从仪表板生成新令牌
连接错误:
- URL中没有尾随斜线:
https://nonlinearaichat-production.up.railway.app
特性
- 🔍 搜索流、记忆和事实
- 📁 浏览流组
- 🔒 只读访问
- ⚡ 快速语义搜索
需求
- Node.js 18+
- 克劳德桌面版
- Spider聊天帐户
许可证
麻省理工学院
