Skip to content
Cursor

atlas pipeline for Cursor

io.github.iamnishant51/atlas-pipeline

7-stage AI pipeline MCP server: Intent→Context→Git→Decompose→Variants→Critique→Optimize

client:Cursor transport:stdio runtime:npm

Install atlas pipeline in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "atlas-pipeline": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "atlas-pipeline-mcp"
      ],
      "env": {
        "OLLAMA_BASE_URL": "<OLLAMA_BASE_URL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

atlas pipeline in other clients