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
We read the source, 11 h ago · rules 3dff92dd89df
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.
hooks.push(`// ${endpoint.description || `Delete ${name}`}
execSync(`git -C "${projectPath}" rev-list --count HEAD -- "${relativePath}"`, { encoding: 'utf-8' }).trim()
path.join(projectPath, '__tests__', filePath),
eval(userData.script);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add atlas-pipeline -- npx -y atlas-pipeline-mcp
{
"mcpServers": {
"atlas-pipeline": {
"args": [
"-y",
"atlas-pipeline-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.atlas-pipeline]
command = "npx"
args = ["-y", "atlas-pipeline-mcp"]
{
"mcpServers": {
"atlas-pipeline": {
"args": [
"-y",
"atlas-pipeline-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.
GitLab MCP (Model Context Protocol) server for AI agents
MCP server that cuts AI coding agent token usage via framework-aware context optimization
MCP server giving AI coding agents version-pinned API context from your OpenAPI specs.
Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.
Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.
DataOps ClickHouse MCP server with query optimization and pipeline monitoring
Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.
Answers built from our own checks of this server.