FactoryMind AI
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., "@FactoryMind AIGet me the current KPIs for production line 1"
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.
🏭 FactoryMind AI
An AI-powered Smart Manufacturing Assistant built with NitroStack and the Model Context Protocol (MCP).
FactoryMind AI enables engineers, plant managers, and maintenance teams to interact with factory systems using natural language. It connects AI with manufacturing data to provide real-time insights, automate maintenance workflows, and improve operational efficiency in Industry 4.0 environments.
✨ Features
🤖 AI-powered manufacturing assistant
🔧 Machine health analysis
📈 Executive KPI dashboard
⚠️ Predictive maintenance recommendations
📦 Spare part availability checking
👨🔧 Automatic technician assignment
🎫 Maintenance ticket creation
🏭 Factory production monitoring
💬 Natural language interaction with factory systems using MCP
Related MCP server: foundry net-industrial
🛠 Tech Stack
NitroStack
Model Context Protocol (MCP)
TypeScript
Node.js
OpenAI
REST APIs
📁 Project Structure
FactoryMind-AI/
│
├── src/
│ ├── prompts/
│ ├── tools/
│ ├── services/
│ ├── workflows/
│ └── index.ts
│
├── .env.example
├── package.json
├── README.md
└── LICENSE🚀 Getting Started
1. Clone the Repository
git clone https://github.com/<your-username>/FactoryMind-AI.git
cd FactoryMind-AI2. Install Dependencies
npm install3. Configure Environment Variables
Create a .env file from .env.example.
Example:
OPENAI_API_KEY=your_api_key
FACTORY_API_URL=http://localhost:3000
FACTORY_API_TOKEN=your_token▶️ Run the Project
Development
npm run devProduction
npm run build
npm startMCP Setup
FactoryMind AI is built on the Model Context Protocol (MCP) using NitroStack.
Configure your MCP server and register the available tools before starting the application.
Example MCP configuration:
{
"mcpServers": {
"factorymind": {
"command": "npm",
"args": ["run", "start"]
}
}
}Once connected, the assistant can invoke manufacturing tools through MCP.
Example Prompts
Analyze machine M-102.Show the factory dashboard.Show executive KPI dashboard.Check spare part availability for machine M-102.Assign the appropriate technician for machine M-102.Create a maintenance ticket for machine M-102.Analyze machine M-102, check spare part availability,
assign a technician, and create a maintenance ticket.Example Workflow
User
│
▼
FactoryMind AI
│
▼
NitroStack
│
▼
Model Context Protocol (MCP)
│
├── Machine Health Tool
├── Production Dashboard Tool
├── Spare Parts Tool
├── Technician Assignment Tool
└── Maintenance Ticket Tool
│
▼
Factory Systems / APIs🔒 Security
Never commit API keys or secrets.
Use environment variables.
Keep sensitive configuration inside
.env.The repository includes
.env.examplefor reference.
📄 License
This project is licensed under the MIT License.
🤝 Contributing
Contributions are welcome!
Fork the repository
Create a feature branch
git checkout -b feature/new-featureCommit your changes
git commit -m "Add new feature"Push to GitHub
git push origin feature/new-featureOpen a Pull Request
👨💻 Author
Advaith K S
Built for smart manufacturing using NitroStack and the Model Context Protocol (MCP) to simplify factory operations through AI.
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
- Flicense-qualityBmaintenanceAn AI agent system that monitors manufacturing equipment health using the Model Context Protocol (MCP). Enables answering natural language questions about equipment status, maintenance, and anomalies through MCP tools.Last updated
- FlicenseAqualityAmaintenanceCross-OEM industrial machine intelligence. Normalizes telemetry across 16 manufacturer families (Fanuc, Siemens, Haas, DMG Mori, Mazak), enables plain-English operational automation, and produces tamper-evident work records. 14 MCP tools.Last updated14
- FlicenseAqualityCmaintenanceEnables AI-powered manufacturing operations analysis and automated report generation from SAP DMC, with direct delivery to MS Teams.Last updated19
- Flicense-qualityBmaintenanceEnables natural-language Q&A, human-approved actions, and dashboard generation over a data ontology via MCP.Last updated
Related MCP Connectors
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Cross-OEM industrial machine intelligence: identity, normalization, automation, attestation.
Connect e-commerce and marketing data to AI assistants 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/Puru20Srini/FactoryMind-AI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server