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