Skip to content
Cursor

Neo — AI/ML Engineering for Cursor

io.github.neoresearchai/mcpserver

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

client:Cursor transport:stdio runtime:pypi

Install Neo — AI/ML Engineering in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcpserver": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neo-mcp"
      ],
      "env": {
        "NEO_SECRET_KEY": "<NEO_SECRET_KEY>",
        "NEO_ENVIRONMENT": "<NEO_ENVIRONMENT>",
        "NEO_WORKSPACE_DIR": "<NEO_WORKSPACE_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Neo — AI/ML Engineering in other clients