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.
Related MCP Servers
- -licenseBquality-maintenanceEnables comprehensive Git and GitHub operations through 30 DevOps tools including repository management, file operations, workflows, and advanced Git features. Provides complete Git functionality without external dependencies for seamless integration with Gitea and GitHub platforms.Last updated18819
- AlicenseBqualityDmaintenanceEnables AI agents to interact with Magento 2 development environments through comprehensive tools for module management, database operations, cache control, configuration management, and system diagnostics. Supports complete development workflows from module creation to deployment and troubleshooting.Last updated284440MIT
- AlicenseBqualityAmaintenanceA comprehensive development toolkit with 23 tools covering code quality analysis, development efficiency, and project management. Enables AI-assisted code review, test generation, performance analysis, SQL generation, UI component creation, and automated project documentation.Last updated3055735MIT
- AlicenseBqualityCmaintenanceEnables interaction with Bitbucket Cloud through 25+ tools for managing repositories, pull requests, branches, commits, issues, pipelines, and code search with OAuth 2.0 authentication.Last updated34151MIT
Related MCP Connectors
Generate AGENTS.md, AP2 compliance docs, checkout rules, debug playbook & MCP configs from any repo.
Stateless advisor + validator for Conducted Development: kickoff, artifact validation, rule checks.
34 production API tools over one hosted MCP endpoint.
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/ldco/pm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server