Skip to content
Zed

Neo — AI/ML Engineering for Zed

io.github.neoresearchai/mcpserver

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

client:Zed transport:stdio runtime:pypi

Install Neo — AI/ML Engineering in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Neo — AI/ML Engineering in other clients