← Index

io.github.IamNishant51/atlas-pipeline

io.github.IamNishant51/atlas-pipeline·v1.0.2·Developer Tools
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "atlas-pipeline": {
      "command": "npx",
      "args": [
        "-y",
        "atlas-pipeline-mcp"
      ],
      "env": {
        "OLLAMA_BASE_URL": "<ollama_base_url>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "atlas-pipeline": {
      "command": "npx",
      "args": [
        "-y",
        "atlas-pipeline-mcp"
      ],
      "env": {
        "OLLAMA_BASE_URL": "<ollama_base_url>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y atlas-pipeline-mcp
§02  Environment variables
OLLAMA_BASE_URL

Your Ollama base URL (default: http://localhost:11434)

OPENAI_API_KEY
secret

Your OpenAI API key

ANTHROPIC_API_KEY
secret

Your Anthropic API key

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools