
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "unichat": {4 "env": {5 "UNICHAT_MODEL": "SELECTED_UNICHAT_MODEL",6 "UNICHAT_API_KEY": "YOUR_UNICHAT_API_KEY"7 },8 "args": [9 "--directory",10 "{{your source code local directory}}/unichat-mcp-server",11 "run",12 "--locked",13 "unichat-mcp-server"14 ],15 "command": "uv"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation