AgentHubAgentHub

atlas-pipeline

MCP ServerMCP Registry官方收录

io.github.IamNishant51/atlas-pipeline · v1.0.2

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

概览

atlas-pipeline 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "atlas-pipeline": {
      "command": "npx",
      "args": [
        "-y",
        "atlas-pipeline-mcp"
      ]
    }
  }
}

环境变量

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

相关资源

统一 Manifest

{
  "id": "io.github.IamNishant51/atlas-pipeline",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "atlas-pipeline",
  "description": "7-stage AI pipeline MCP server: Intent→Context→Git→Decompose→Variants→Critique→Optimize",
  "repository": {
    "url": "https://github.com/IamNishant51/atlas-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "atlas-pipeline-mcp",
        "version": "1.0.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "OLLAMA_BASE_URL",
            "description": "Your Ollama base URL (default: http://localhost:11434)"
          },
          {
            "name": "OPENAI_API_KEY",
            "description": "Your OpenAI API key",
            "isSecret": true
          },
          {
            "name": "ANTHROPIC_API_KEY",
            "description": "Your Anthropic API key",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.IamNishant51/atlas-pipeline",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.IamNishant51%2Fatlas-pipeline/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
atlas-pipeline — MCP Server 安装与配置 · AgentHub