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