mcpbeat Sign in

Atlas Pipeline MCP Server

by iamnishant51 Your server? Claim it
local only

Atlas Pipeline runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 28 May 2026.

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

Installs per day peak 30 · avg 10 · -12% w/w
a month agotoday
41
Installs / week
npm · atlas-pipeline-mcp
0
Stars
0 open issues
28 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/tools/api-integration-helper.ts:442
      hooks.push(`// ${endpoint.description || `Delete ${name}`}
      execSync(`git -C "${projectPath}" rev-list --count HEAD -- "${relativePath}"`, { encoding: 'utf-8' }).trim()
Builds a file path from a variable src/tools/tech-debt-quantifier.ts:294
    path.join(projectPath, '__tests__', filePath),
Executes code built at runtime test-new-tools.js:16
  eval(userData.script);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add atlas-pipeline -- npx -y atlas-pipeline-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atlas-pipeline": {
      "args": [
        "-y",
        "atlas-pipeline-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.atlas-pipeline]
command = "npx"
args = ["-y", "atlas-pipeline-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "atlas-pipeline": {
      "args": [
        "-y",
        "atlas-pipeline-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "atlas-pipeline": {
      "args": [
        "-y",
        "atlas-pipeline-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OLLAMA_BASE_URL (Your Ollama base URL (default: http://localhost:11434)), OPENAI_API_KEY (Your OpenAI API key), ANTHROPIC_API_KEY (Your Anthropic API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Atlas Pipeline

same job, measured the same way
Gocd
by sahilll15

MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.

30 installs/wk local only
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

42 installs/wk local only
AI Optimizer
by shivam-app-developers

MCP server that cuts AI coding agent token usage via framework-aware context optimization

29 installs/wk local only
Lockspec
by lockspec

MCP server giving AI coding agents version-pinned API context from your OpenAPI specs.

31 installs/wk local only
Contentforge
by gentry-ai-bot

Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.

14 installs/wk local only
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

25 installs/wk local only
Clickhouse Dataops MCP
by aguantar

DataOps ClickHouse MCP server with query optimization and pipeline monitoring

85 installs/wk local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

190 installs/wk local only

Atlas Pipeline — questions

Answers built from our own checks of this server.

Why is there no uptime for Atlas Pipeline?
Atlas Pipeline runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package atlas-pipeline-mcp was installed 41 times last week.
How do I connect Atlas Pipeline?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls atlas-pipeline-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Atlas Pipeline?
The npm package atlas-pipeline-mcp was installed 41 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Atlas Pipeline open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.