{ "name": "atlas-pipeline-mcp", "version": "1.0.29", "mcpName": "io.github.IamNishant51/atlas-pipeline", "description": "Revolutionary MCP server with 40 AI-powered tools including 7 AI Enhancement tools (Memory Bank, Self-Validator, Context Prioritizer, Error Predictor, Pattern Learner, Execution Sandbox, Confidence Scorer) plus 6 next-gen tools. Works with Cursor, Windsurf, Claude Desktop.", "main": "dist/server.js", "bin": { "atlas-pipeline-mcp": "./dist/mcp.js", "atlas-mcp": "./dist/mcp.js", "atlas-server": "./dist/server.js", "atlas-mcp-setup": "./dist/setup.js" }, "type": "module", "files": [ "dist", "README.md", "LICENSE", ".env.example" ], "scripts": { "dev": "tsx watch src/server.ts", "dev:mcp": "tsx src/mcp.ts", "build": "tsc", "start": "node dist/server.js", "start:mcp": "node dist/mcp.js", "benchmark": "tsx src/benchmark.ts", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ai", "llm", "cursor", "copilot", "windsurf", "claude", "ollama", "openai", "anthropic", "pipeline", "code-generation", "code-review", "ai-assistant" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/IamNishant51/atlas-mcp-server.git" }, "bugs": { "url": "https://github.com/IamNishant51/atlas-mcp-server/issues" }, "homepage": "https://github.com/IamNishant51/atlas-mcp-server#readme", "dependencies": { "@anthropic-ai/sdk": "^0.30.1", "@fastify/cors": "^9.0.1", "@fastify/env": "^4.4.0", "@modelcontextprotocol/sdk": "^1.0.0", "atlas-pipeline-mcp": "^1.0.27", "dotenv": "^17.2.3", "fastify": "^4.28.1", "ollama": "^0.5.9", "openai": "^4.70.0", "pino": "^9.4.0", "pino-pretty": "^11.2.2", "simple-git": "^3.27.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.5.5", "tsx": "^4.19.1", "typescript": "^5.6.2" }, "engines": { "node": ">=20.0.0" } }