Skip to content
Cline

Neo — AI/ML Engineering for Cline

io.github.neoresearchai/mcpserver

AI/ML engineering MCP server for Neo — submit tasks, track execution, and retrieve outputs.

client:Cline transport:stdio runtime:pypi

Install Neo — AI/ML Engineering in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Neo — AI/ML Engineering in other clients