You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Edit of README and loading of env variable
---------
Signed-off-by: Marek Safarik <[email protected]>
Co-authored-by: Marek Safarik <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ A Model Context Protocol (MCP) server for [Keylime](https://keylime.dev), the re
4
4
5
5
## Requirements
6
6
7
-
This MCP server is a helper tool for working with Keylime. To actually interact with a Keylime deployment, you need:
7
+
This MCP server is a helper tool for working with Keylime. You need:
8
8
9
9
- A running [Keylime verifier](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/assembly_ensuring-system-integrity-with-keylime_security-hardening#configuring-keylime-verifier_assembly_ensuring-system-integrity-with-keylime) and [Keylime registrar](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/assembly_ensuring-system-integrity-with-keylime_security-hardening#configuring-keylime-registrar_assembly_ensuring-system-integrity-with-keylime)
10
10
-[Keylime agents](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/assembly_ensuring-system-integrity-with-keylime_security-hardening#configuring-keylime-agent_assembly_ensuring-system-integrity-with-keylime) to monitor
11
11
- Network access to the Keylime API endpoints
12
-
-[Podman](https://podman.io/getting-started/installation) must be installed on your system.
12
+
-**MCP Client** (Claude Desktop, Cline, etc.) OR **[Podman](https://podman.io/getting-started/installation)** for containers
13
13
14
14
## Usage
15
15
@@ -19,8 +19,7 @@ There are two ways to use this MCP server:
19
19
20
20
Build the server:
21
21
```bash
22
-
cd backend
23
-
go build -o server *.go
22
+
make mcp
24
23
```
25
24
26
25
You can move the binary anywhere you want (e.g., `/usr/local/bin/server).
@@ -31,17 +30,21 @@ Add to your MCP client config (e.g., `~/.config/Claude/claude_desktop_config.jso
0 commit comments