Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Neo — AI/ML Engineering in other clients