Neo — AI/ML Engineering for Windsurf
io.github.neoresearchai/mcpserver
AI/ML engineering MCP server for Neo — submit tasks, track execution, and retrieve outputs.
client:Windsurf
transport:stdio
runtime:pypi
Install Neo — AI/ML Engineering in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcpserver": {
"command": "uvx",
"args": [
"neo-mcp"
],
"env": {
"NEO_SECRET_KEY": "<NEO_SECRET_KEY>",
"NEO_ENVIRONMENT": "<NEO_ENVIRONMENT>",
"NEO_WORKSPACE_DIR": "<NEO_WORKSPACE_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs