Puppet Master MCP Server
Provides tools for managing Puppet Master framework operations, including initialization, development, database management, deployment, builds, linting, testing, configuration, knowledge retrieval, contribution workflows, and code reviews.
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., "@Puppet Master MCP Serverinit a new Puppet Master 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.
Puppet Master MCP Server
MCP (Model Context Protocol) server providing 26 tools for Puppet Master framework operations — initialization, development, database, deployment, builds, linting, testing, configuration, knowledge retrieval, contribution workflows, and code reviews.
Quick Start
git clone <repo-url> pm-mcp-server
cd pm-mcp-server
npm installGlobal Registration (Kilo)
Add to ~/.config/kilo/kilo.json:
{
"mcp": {
"puppetmaster": {
"type": "local",
"command": ["node", "/path/to/pm-mcp-server/dist/index.js"],
"enabled": true
}
}
}Or use tsx to run from source (enables dynamic TS config imports):
"command": ["npx", "tsx", "/path/to/pm-mcp-server/src/index.ts"]Local Registration (Project)
Add to .kilo/kilo.json in a project:
{
"mcp": {
"puppetmaster": {
"type": "local",
"command": ["node", "../pm-mcp-server/dist/index.js"],
"enabled": true
}
}
}Related MCP server: Magento 2 Development MCP Server
Tools (26)
Category | Tools |
Config |
|
Dev |
|
Database |
|
Deploy |
|
Build/Quality |
|
Knowledge |
|
Contributing |
|
Review |
|
How It Works
The server uses process.cwd() to detect the current PM project root (set automatically by the host agent). Each tool operates on the project in the current working directory. From a non-PM directory, tools report "no config found" gracefully.
Build
npm run build # TypeScript → dist/Pre-built dist/ is committed for users who want to run with node directly without tsx.
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/ldco/pm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server