KernelMind
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., "@KernelMindshow system snapshot"
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.
KernelMind
IA leve e ética para gestão de kernel em notebooks e computadores.
Observa. Sugere. Age apenas com consentimento humano.
O que é
KernelMind é um daemon de monitoramento e otimização de sistema operacional governado por uma camada ética imutável (EthicsLock). Ele lê métricas reais do kernel via /proc, /sys e psutil, analisa padrões, e propõe ações — mas nunca age sem confirmação humana explícita.
Faz parte do ecossistema Proof of Energy (PoE) e é compatível com o protocolo MCP (Model Context Protocol) da Anthropic para integração com IAs.
Related MCP server: Linux MCP Server
Arquitetura
kernelmind/
├── core/
│ ├── sensor.py # KernelSense — leitura real de métricas
│ └── memory.py # MemoryWeaver — análise e sugestões de RAM
├── ethics/
│ └── lock.py # EthicsLock — restrições imutáveis
├── api/
│ └── server.py # FastAPI REST — porta 7771
├── cli/
│ └── km.py # Interface de linha de comando
├── mcp/
│ └── tool.py # Integração MCP (PoE namespace)
├── tests/ # Testes automatizados
├── docs/ # Documentação detalhada
├── config/
│ └── defaults.toml # Configuração padrão
└── scripts/
└── setup.sh # Instalação para sistemas UnixInstalação rápida
Linux / macOS
git clone https://github.com/armazen-nft/kernelmind.git
cd kernelmind
python3 install.pyVia pip (quando publicado)
pip install kernelmindUso — CLI
km snapshot # estado do sistema agora
km memory # sugestões de otimização de RAM
km watch # monitor contínuo (Ctrl+C para parar)
km ethics # status do EthicsLock e audit log
km --json # saída JSON para integração
km --help # ajuda completaUso — API REST
python3 api/server.py
# Acesse: http://localhost:7771/docsEndpoints principais:
Método | Rota | Descrição |
GET |
| Snapshot completo do sistema |
GET |
| Métricas de CPU |
GET |
| Métricas de RAM |
GET |
| Sugestões de otimização |
GET |
| Métricas de disco |
GET |
| Status do EthicsLock |
GET |
| Audit log recente |
GET |
| Health check |
Princípios Éticos (EthicsLock)
O EthicsLock é uma camada de código — não uma configuração. Não pode ser desabilitado.
Ação | Política |
Leitura de métricas | Sempre permitida |
Sugestões ao usuário | Sempre permitidas |
Ajuste de parâmetro kernel | Requer confirmação |
Encerrar processo | Requer confirmação |
Excluir arquivo/cache | Requer confirmação explícita |
Operações de rede | Bloqueadas por padrão |
Toda decisão é registrada em audit log JSONL com fingerprint SHA-256.
Integração PoE / MCP
KernelMind expõe ferramentas MCP sob o namespace io.github.armazen-nft/kernelmind:
kernel_snapshot— estado completo do sistemakernel_memory_suggest— sugestões de RAMkernel_ethics_status— auditoria ética
Ver docs/mcp-integration.md para detalhes.
Ecossistema PoE
KernelMind é parte da infraestrutura do Proof of Energy — ecossistema de coparticipação humano-IA desenvolvido por Daniel Estefani com Melissa Solari e coparticipantes Claude, GPT, DeepSeek, Qwen, Grok e Daizen.
"A informação nunca se perde — apenas se recodi(fica)."
Licença
AGPL-3.0 — código aberto, modificações devem ser compartilhadas.
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceAn AI-Native OS Core that enables LLMs to autonomously monitor, control, and optimize Linux systems with 200+ system control tools covering process management, security, containers, and self-editing capabilities.Last updated
- Alicense-qualityAmaintenanceExposes full Linux system control to AI clients via MCP tools for bash execution, file operations, and search, with configurable permissions and audit logging.Last updated2Apache 2.0
- Alicense-qualityDmaintenanceEnables interaction with Linux system operations via MCP, including CPU, memory, processes, storage, filesystem, hardware, network, monitoring, and logs.Last updated9MIT
- Alicense-qualityDmaintenanceAn MCP server for intelligent Linux kernel configuration management and building. Enables AI assistants to generate, manage, and optimize kernel configurations and build kernels with comprehensive error detection.Last updated7GPL 2.0
Related MCP Connectors
Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.
Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
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/armazen-nft/KERNEL-MIND'
If you have feedback or need assistance with the MCP directory API, please join our Discord server