Tibet Pol
FreeNot checkedMCP server for running infrastructure health checks with TIBET provenance. It enables users to define, execute, and audit process health checks with dependency
About
MCP server for running infrastructure health checks with TIBET provenance. It enables users to define, execute, and audit process health checks with dependency chaining and drift tracking.
README
MCP server for tibet-pol — machine & process health monitoring with TIBET provenance.
Run infrastructure integrity checks via JSON templates. Every step is verified, dependency-chained, and signed with TIBET tokens. Like htop meets audit trail.
Part of the TIBET ecosystem by HumoticaOS.
Install
pip install tibet-pol-mcp
Claude Code / Claude Desktop Config
{
"mcpServers": {
"pol": {
"command": "tibet-pol-mcp",
"env": {
"TIBET_POL_TEMPLATES": "/path/to/your/templates"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
pol_check |
Run health check against a template |
pol_templates |
List available check templates |
pol_template_info |
Get template details and steps |
pol_diff |
Compare two runs — track infrastructure drift |
pol_report |
Generate HTML report from results |
pol_quick_health |
One-shot health percentage + failed steps |
How It Works
Define infrastructure checks as JSON templates:
{
"process_id": "my_stack",
"name": "My Infrastructure",
"steps": [
{
"id": "api_health",
"name": "API responds",
"check": "curl -sf http://localhost:8000/health",
"critical": true,
"intent": "Core API must be reachable"
},
{
"id": "db_connected",
"name": "Database connection",
"check": "pg_isready -h localhost",
"dependencies": ["api_health"],
"critical": true
}
]
}
Then check via MCP:
pol_check("my_stack")
# → 100% health, all steps valid, TIBET token chain
pol_quick_health("my_stack")
# → {"health": "100%", "checksum": "2/2", "failed_steps": []}
Step Statuses
| Status | Meaning |
|---|---|
valid |
Check passed |
drift |
Was passing, now failing (state change) |
broken |
Check failed |
blocked |
Dependency failed, step skipped |
pending |
Not yet checked |
Template Features
- Dependencies: Steps can depend on other steps (topological sort)
- Critical flags: Critical failures block dependent steps
- Remediation:
on_failurecommands for auto-fix - Intents: Document WHY each check exists
- Success criteria: Min percentage, all-critical rules
- Alerts: Commands on critical failure or threshold breach
Environment Variables
| Variable | Default | Description |
|---|---|---|
TIBET_POL_TEMPLATES |
/srv/jtel-stack/tibet-pol-processes |
Templates directory |
Related TIBET Packages
- tibet-audit — Core TIBET provenance
- tibet-pol — CLI/Python API (dependency)
- tibet-triage-mcp — Process triage MCP server
- tibet-phantom-mcp — Cross-device AI sessions
- tibet-ipoll-mcp — AI-to-AI messaging
License
MIT — HumoticaOS
Install Tibet Pol in Claude Desktop, Claude Code & Cursor
unyly install tibet-pol-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add tibet-pol-mcp -- uvx tibet-pol-mcpFAQ
Is Tibet Pol MCP free?
Yes, Tibet Pol MCP is free — one-click install via Unyly at no cost.
Does Tibet Pol need an API key?
No, Tibet Pol runs without API keys or environment variables.
Is Tibet Pol hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Tibet Pol in Claude Desktop, Claude Code or Cursor?
Open Tibet Pol on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Tibet Pol with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
