feat: containerized pi agent

This commit is contained in:
m3tm3re
2026-04-13 21:28:13 +02:00
parent 197704ee95
commit 24e39d19e3
4 changed files with 25 additions and 16 deletions

View File

@@ -21,22 +21,22 @@ in {
url = "https://mcp.deepwiki.com/mcp";
};
Ref = {
command = "sh";
command = "bash";
args = ["-c" "REF_API_KEY=$(cat /run/agenix/ref-key) exec bunx ref-tools-mcp@latest"];
};
Exa = {
command = "sh";
command = "bash";
args = ["-c" "EXA_API_KEY=$(cat /run/agenix/exa-key) exec bunx exa-mcp-server@latest tools=web_search_exa"];
};
Outline = {
url = "https://wiki.az-gruppe.com/mcp";
};
ContextMode = {
command = "sh";
command = "bash";
args = ["-c" "exec bunx context-mode@latest"];
};
Honcho = {
command = "sh";
command = "bash";
args = [
"-c"
''exec bunx mcp-remote@latest https://mcp.honcho.dev --header "Authorization:Bearer $(cat /run/agenix/honcho-key)" --header "X-Honcho-User-Name:m3tam3re"''
@@ -76,7 +76,6 @@ in {
})
openshell
openspec
pi
alejandra
sidecar
tailwindcss