Skip to content
Grok

Neo — AI/ML Engineering for Grok

io.github.neoresearchai/mcpserver

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

client:Grok transport:stdio runtime:pypi

Install Neo — AI/ML Engineering in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Neo — AI/ML Engineering in other clients