Agentic Software Factory MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agentic Software Factory MCPask the software architect to propose a scalable architecture for my project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agentic Software Factory MCP
Turn Cursor into a full software factory.
10 specialist agents (PM, Architect, Backend, Frontend, Database, AI, Security, QA, DevOps, Code Reviewer) as a local MCP server.
Your code stays on your machine.
p.s. If this saves you time, star the repo - it helps others find it.

Why this exists
AI coding tools are powerful, but they often answer as a generic assistant.
This MCP gives you a role-based factory inside Cursor (or Claude Desktop): PM, Architect, Backend, Frontend, Database, AI, Security, QA, DevOps, and Code Reviewer - all local, via Docker or Python.
Related MCP server: Claude Team MCP
Install in 3 minutes
Docker (recommended)
git clone https://github.com/tresor228/agentic-software-factory-mcp.git
cd agentic-software-factory-mcp
./scripts/install-docker.shWindows PowerShell:
.\scripts\install-docker.ps1Paste the printed JSON into Cursor → Settings → MCP
Restart Cursor
Confirm the server is green:
agentic-software-factory→ 7 tools, 10 prompts, 4 resources
Works on Linux, macOS, and Windows (Docker Desktop).
./scripts/install.sh # Python 3.11+
./scripts/install-uv.sh # no system PythonSee docs/installation.md.
How to use the agents
Important: in Cursor, agents are MCP prompts, not @mentions.
@ usually lists files/docs. Your agents appear in the MCP prompts menu or via / (depends on Cursor version).
Example flow:
1. Prompt: software_architect
Task: Analyze this repo and propose a scalable architecture.
2. Prompt: database_architect
Task: Design the schema from existing models.
3. Prompt: code_reviewer
Task: Review the latest implementation for bugs and security.Full guide: docs/usage.md · Agent list: AGENTS.md
What's inside
Agent | What you get |
| Specs, stories, prioritization |
| Architecture, boundaries, trade-offs |
| APIs, services, server design |
| UI structure, UX flows |
| Schemas & migrations from code |
| LLM / RAG pipelines |
| Threats & hardening |
| Test strategy & edge cases |
| CI/CD & observability |
| Quality + security review |
Tools: filesystem (read/list/search) · GitHub (public without token)
Knowledge: coding, architecture, security, database rules as MCP resources
Config: none required to start
Security (read this)
Default mount is
~/Projectswhen it exists; otherwise home (with a warning).Prefer mounting a projects folder, not your full home (
.ssh,.aws, …).Never paste a GitHub PAT in chat. Use
GITHUB_TOKENin the MCP process env only if you need private repos.
Project layout
src/server.py MCP entrypoint (stdio)
src/agents/ 10 role prompts
src/tools/ filesystem + GitHub
src/knowledge/ shared rules (resources)
scripts/ Docker / Python / uv installers
docs/ installation + usageStar, fork, contribute
If you use this daily:
Star the repo so more builders find it
Open issues for bugs / ideas
PRs welcome - see CONTRIBUTING.md
Built for the open-source MCP ecosystem. MIT licensed.
Roadmap
Edition | Status |
Community (local Docker / Python) | Available now |
Enterprise (hosted MCP, team memory) | Planned |
License
MIT © TresorAlad
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAn MCP server that indexes your codebase and gives AI assistants persistent understanding of project structure, dependencies, and history across sessions, with a self-improving multi-agent system for continuous code quality enhancement.83MIT
- Alicense-qualityBmaintenanceA Model Context Protocol (MCP) server that turns multiple AI coding agents into a coordinated team that chats, debates, remembers, audits security, and works in parallel on the same project.MIT
- Flicense-qualityDmaintenanceEnables users to generate complete, production-ready software projects from simple ideas by coordinating 8 specialized AI agents through the Model Context Protocol.4
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TresorAlad/Software-Factory-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server