ChipsAI MCP Server for Windsurf
io.github.fgasparetto/chipsai-mcp
MCP server for ChipsAI — manage chatbots, conversations, and AI models
client:Windsurf
transport:stdio
runtime:pypi
Install ChipsAI MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"chipsai-mcp": {
"command": "uvx",
"args": [
"chipsai-mcp"
],
"env": {
"CHIPSAI_EMAIL": "<CHIPSAI_EMAIL>",
"CHIPSAI_PASSWORD": "<CHIPSAI_PASSWORD>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs