maiife-toolkit
Maiife Toolkit
Open-Source-Tools für KI-Governance. Jedes Tool funktioniert eigenständig als MCP-Server oder CLI — zusammen bilden sie ein Governance-Netzwerk.
Entwickelt von Maiife — Enterprise AI Control Plane.
Anforderungen
Node.js >= 18
npm oder pnpm
Installation
# Install individual tools via npm
npm install -g @maiife-ai-pub/probe
npm install -g @maiife-ai-pub/mcp-audit
# Or run directly with npx (no install needed)
npx @maiife-ai-pub/probe scan
npx @maiife-ai-pub/mcp-audit scanTools
Paket | Beschreibung | Veröffentlicht |
| Gemeinsame Typen und Formatierer für alle Toolkit-Pakete | ✅ |
| KI-Umgebungsscanner — erkennt IDE-Erweiterungen, MCP-Server, Agent-Frameworks, API-Schlüssel, lokale Modelle | ✅ |
| MCP-Server-Sicherheitsscanner — bewertet Konfigurationen hinsichtlich Berechtigungen, Datensensibilität, Schadensradius | ✅ |
| "Was ist Ihr KI-Stack?" — teilbare Profilkarte Ihres KI-Toolkits | ✅ |
| MCP-Gesundheitscheck & automatische Fehlerbehebung — "Brew Doctor" für Ihr MCP-Setup | ✅ |
| Persönliches KI-Nutzungstagebuch — verfolgen Sie Ihre KI-Nutzung und erhalten Sie reflektierende Einblicke | ✅ |
| Toolübergreifende KI-Speichersynchronisierung — eine context.json, synchronisiert mit Cursor, Claude, MCP | ✅ |
| Prompt-Qualitätsanalysator — bewerten, verbessern und linten Sie Ihre KI-Prompts | ✅ |
| LLM-as-a-Judge-Evaluierungs-Engine — bewerten Sie Agenten-Ausgaben mit strukturierten Rubriken | ✅ |
| Agent-Workflow-Tracer — verfolgen, betrachten und analysieren Sie Ausführungsspannen | ✅ |
| KI-Ausgabenrechner + Optimierer — einheitlicher Kostenbericht über Anbieter hinweg | ✅ |
| Gamifiziertes Prompt-Coaching — Level, Streaks, Abzeichen für Prompt-Verbesserungen | ✅ |
| Persönlicher KI-Abonnement-Prüfer — finden Sie Verschwendung bei Ihren KI-Ausgaben | ✅ |
| Persönlicher Modell-Empfehler — finden Sie das beste Modell für IHRE Aufgaben | ✅ |
| KI-Wochenrückblick — Spotify Wrapped für Ihre KI-Nutzung, wöchentlich | ✅ |
Schnellstart
# Scan your AI environment
npx @maiife-ai-pub/probe scan
# Audit your MCP server security
npx @maiife-ai-pub/mcp-audit scan
# Generate your AI Stack profile card
npx @maiife-ai-pub/ai-stack --format svg --output my-stack.svg
# Health check your MCP servers
npx @maiife-ai-pub/mcp-doctor check
# Log an AI interaction
npx @maiife-ai-pub/ai-journal log --tool claude --task coding --duration 30
# Sync AI context across tools
npx @maiife-ai-pub/context-sync push
# Score your AI prompts
npx @maiife-ai-pub/prompt-score analyze --input prompt.txt
# Evaluate agent outputs with rubrics
npx @maiife-ai-pub/eval score --rubric code-review --input review.txt
# Trace agent workflows
npx @maiife-ai-pub/trace list --days 7
# Track AI spend across vendors
npx @maiife-ai-pub/cost report --period last-30d
# Gamified prompt coaching
npx @maiife-ai-pub/prompt-craft score --input prompt.txt
# Audit AI subscriptions for waste
npx @maiife-ai-pub/sub-audit
# Find the best model for your tasks
npx @maiife-ai-pub/model-match recommend --task coding
# Generate your AI week in review
npx @maiife-ai-pub/weekly-ai-report generateVerwendung als MCP-Server
Jedes Tool stellt einen MCP-Server über das Model Context Protocol bereit. Fügen Sie diese zu Ihrem Claude Desktop, Cursor oder einem beliebigen MCP-kompatiblen Client hinzu.
Speicherort der Konfigurationsdatei:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"maiife-probe": {
"command": "npx",
"args": ["@maiife-ai-pub/probe", "mcp"]
},
"maiife-mcp-audit": {
"command": "npx",
"args": ["@maiife-ai-pub/mcp-audit", "serve"]
},
"maiife-mcp-doctor": {
"command": "npx",
"args": ["@maiife-ai-pub/mcp-doctor", "serve"]
},
"maiife-ai-stack": {
"command": "npx",
"args": ["@maiife-ai-pub/ai-stack", "serve"]
},
"maiife-prompt-score": {
"command": "npx",
"args": ["@maiife-ai-pub/prompt-score", "serve"]
},
"maiife-eval": {
"command": "npx",
"args": ["@maiife-ai-pub/eval", "serve"]
},
"maiife-trace": {
"command": "npx",
"args": ["@maiife-ai-pub/trace", "serve"]
},
"maiife-cost": {
"command": "npx",
"args": ["@maiife-ai-pub/cost", "serve"]
},
"maiife-context-sync": {
"command": "npx",
"args": ["@maiife-ai-pub/context-sync", "serve"]
},
"maiife-prompt-craft": {
"command": "npx",
"args": ["@maiife-ai-pub/prompt-craft", "serve"]
},
"maiife-sub-audit": {
"command": "npx",
"args": ["@maiife-ai-pub/sub-audit", "serve"]
},
"maiife-model-match": {
"command": "npx",
"args": ["@maiife-ai-pub/model-match", "serve"]
}
}
}Zusammenfassung der MCP-Tools
Server | Tools | Beschreibung |
|
| KI-Umgebung scannen |
|
| MCP-Sicherheit prüfen |
|
| MCP-Konfigurationen diagnostizieren & reparieren |
|
| KI-Stack-Profil generieren |
|
| Prompts bewerten & verbessern |
|
| LLM-Ausgaben evaluieren |
|
| Agent-Workflows nachverfolgen |
|
| KI-Ausgaben verfolgen & optimieren |
|
| KI-Kontext synchronisieren |
|
| Gamifiziertes Prompt-Coaching |
|
| KI-Abonnements prüfen |
|
| Modelle empfehlen |
Mitwirken
Beiträge sind willkommen! So fangen Sie an:
Forken Sie das Repo auf GitHub
Erstellen Sie einen Branch:
git checkout -b feat/my-improvementNehmen Sie Ihre Änderungen vor — jedes Paket befindet sich in
packages/<name>/Führen Sie Tests aus:
pnpm testÖffnen Sie einen PR gegen
main— beschreiben Sie, was Sie geändert haben und warum
Bitte folgen Sie dem bestehenden Code-Stil (TypeScript, ESM, Vitest für Tests). Jedes Paket sollte nach Möglichkeit sowohl als CLI als auch als MCP-Server funktionieren.
Lizenz
Apache 2.0 — frei zu verwenden, zu ändern und zu verteilen.
Teil der Maiife-Plattform — Enterprise AI Control Plane.
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/sakthivelchan89/maiife-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server