io.github.IamNishant51/atlas-pipeline✓
io.github.IamNishant51/atlas-pipeline · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.IamNishant51/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"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "atlas-pipeline-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Ollama base URL (default: http://localhost:11434)",
"format": "string",
"name": "OLLAMA_BASE_URL"
},
{
"description": "Your OpenAI API key",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Your Anthropic API key",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}