pmat-agent
PMAT - Zero-config AI context generation and code quality toolkit with Claude Code Agent Mode
pinned to #f7076d7updated 2 weeks ago
Ask your AI client: “install mcps/pmat-agent”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/pmat-agentmetahub onboarded this repo on the author's behalf.
If you own github.com/paiml/paiml-mcp-agent-toolkit on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
157
Last commit
2 weeks ago
Latest release
published
- #agent
- #agentic
- #ai-context
- #c
- #claude-code
- #code-quality
- #complexity
- #continuous-monitoring
- #deno
- #kotlin
- #mcp
- #mcp-server
- #paiml
- #paiml-active-tool
- #pmcp
- #python
- #ruchy
- #rust
- #static-analysis
- #technical-debt
- #toolkit
- #toyota-way
- #typescript
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: pmat, pmat-agent
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.f7076d7· 2 weeks ago
Kind-specific
22MCP: launch path
bin: pmat, pmat-agent
MCP: @modelcontextprotocol/sdk in dependencieswarn
No @modelcontextprotocol/sdk dependency declared
Run `npm i @modelcontextprotocol/sdk` so consumers can audit your stack.
MCP: ESM packagewarn
package.json missing "type": "module"
Modern MCP servers are ESM. Add `"type": "module"` unless you have a CJS-only reason.
MCP: server surface
0 tools
Release history
1- releasecurrentf7076d7warn2 weeks ago
Contents
PMAT - Pragmatic AI MCP Agent Toolkit
Zero-configuration AI context generation system with Claude Code Agent Mode for continuous quality monitoring.
🚀 Quick Start
# Install via npm
npm install -g pmat-agent
# Or using npx (no installation)
npx pmat-agent --version
# Start Claude Code Agent Mode
pmat agent mcp-server
🤖 Claude Code Integration
Configure in your Claude Code settings:
{
"mcpServers": {
"pmat": {
"command": "pmat",
"args": ["agent", "mcp-server"],
"env": {}
}
}
}
📊 Core Features
- Claude Code Agent Mode: Continuous quality monitoring
- AI Context Generation: Optimized for LLM workflows
- Code Complexity Analysis: McCabe cyclomatic & cognitive complexity
- Technical Debt Detection: SATD analysis with severity classification
- Quality Gates: Toyota Way ≤20 complexity enforcement
- Multi-Language Support: 30+ languages via tree-sitter
🛠️ Usage
# Generate AI context
pmat context
# Analyze complexity
pmat analyze complexity --top-files 10
# Run quality gates
pmat quality-gate --strict
# Start background agent
pmat agent start --project-path .
# MCP server for Claude Code
pmat agent mcp-server
📚 Documentation
- Complete Guide: Claude Code Agent setup
- GitHub Repository: Full source code and documentation
- Examples: Usage examples and integrations
🆘 Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
📄 License
MIT License - See LICENSE for details.
Built with ❤️ by Pragmatic AI Labs
Reviews
No reviews yet. Be the first.
Related
agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
codex-control-plane-mcp
Durable MCP control plane for long-running Codex Desktop tasks.
ClawMem
On-device memory layer for AI agents. Claude Code, OpenClaw, and Hermes. Hooks + MCP server + hybrid RAG search.
mh install mcps/pmat-agent