Agentic Software Factory MCP

Agentic Software Factory MCP

Turns Cursor into a full software factory with 10 specialist agents (PM, Architect, Backend, Frontend, etc.) as a local MCP server, keeping code on your machine.

Category
Visit Server

README

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.

License: MIT MCP Cursor Claude Python 3.11+ Docker

p.s. If this saves you time, star the repo - it helps others find it.

Demo: software_architect → database_architect → code_reviewer

<p align="center"><sub>Architect → Database → Code review in one local MCP factory</sub></p>


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.


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.sh

Windows PowerShell:

.\scripts\install-docker.ps1
  1. Paste the printed JSON into Cursor → Settings → MCP
  2. Restart Cursor
  3. Confirm the server is green: agentic-software-factory7 tools, 10 prompts, 4 resources

Works on Linux, macOS, and Windows (Docker Desktop).

<details> <summary>Advanced: local Python / uv</summary>

./scripts/install.sh      # Python 3.11+
./scripts/install-uv.sh   # no system Python

See docs/installation.md.

</details>


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
product_manager Specs, stories, prioritization
software_architect Architecture, boundaries, trade-offs
backend_engineer APIs, services, server design
frontend_engineer UI structure, UX flows
database_architect Schemas & migrations from code
ai_engineer LLM / RAG pipelines
security_engineer Threats & hardening
qa_engineer Test strategy & edge cases
devops_engineer CI/CD & observability
code_reviewer 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 ~/Projects when 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_TOKEN in 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 + usage

Star, fork, contribute

If you use this daily:

  1. Star the repo so more builders find it
  2. Open issues for bugs / ideas
  3. 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured