Loading MCP server directory, please wait...
AI/ML engineering MCP server for Neo — submit tasks, track execution, and retrieve outputs.
npx @getmcp/cli add io.github.NeoAIResearch/neo-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
NEO_SECRET_KEYYour Neo API secret key (starts with sk-v1-). Get one at https://heyneo.com.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.NeoAIResearch/neo-mcp": {
"command": "uvx",
"args": [
"neo-mcp"
],
"env": {
"NEO_SECRET_KEY": "",
"NEO_ENVIRONMENT": "production",
"NEO_WORKSPACE_DIR": ""
}
}
}
}