Skip to content

keylime/keylime-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keylime MCP

A Model Context Protocol (MCP) server for Keylime, the remote attestation framework for cloud and edge systems.

Requirements

This MCP server is a helper tool for working with Keylime. To actually interact with a Keylime deployment, you need:

Quick Start

make build
make up

Access at http://localhost:3000

Development

Run locally without containers:

# Backend
cd backend && go run main.go

# Frontend
cd frontend && pnpm dev

Commands

  • make build - Build containers
  • make up - Start containers
  • make down - Stop containers
  • make logs - View logs
  • make clean - Remove everything
  • make ps - List containers
  • make help - Show all commands

Stack

  • Backend: Go 1.23
  • Frontend: React + TypeScript + Vite + Tailwind + shadcn/ui
  • Container: Podman

About Keylime

Keylime is an open-source remote attestation framework that provides:

  • Measured Boot verification via TPM
  • Runtime Integrity monitoring with IMA
  • Secure Enrollment and key management
  • Policy-based Attestation with automated responses

Contributing

Contributions are welcome! This is an experimental project to explore MCP integration with Keylime.

License

Apache-2.0

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •