feat: +basecamp-cli - basecamp-mcp

This commit is contained in:
2026-03-27 11:55:44 +01:00
parent 08a7c9454e
commit 45626c5af4
5 changed files with 34 additions and 24 deletions

View File

@@ -77,6 +77,7 @@
home.packages = with pkgs; [
agenix-cli
alejandra
basecamp
bc
claude-code
comma

View File

@@ -9,16 +9,6 @@
command = "sh";
args = ["-c" "REF_API_KEY=$(cat /run/agenix/ref-key) exec bunx ref-tools-mcp@latest"];
};
Basecamp = {
command = "/home/sascha.koenig/p/AI/Basecamp-MCP-Server/venv/bin/python";
args = ["/home/sascha.koenig/p/AI/Basecamp-MCP-Server/basecamp_fastmcp.py"];
env = {
PYTHONPATH = "/home/sascha.koenig/p/AI/Basecamp-MCP-Server";
VIRTUAL_ENV = "/home/sascha.koenig/p/AI/Basecamp-MCP-Server/venv";
BASECAMP_ACCOUNT_ID = "5996442";
};
disabled = true;
};
Exa = {
command = "sh";
args = ["-c" "EXA_API_KEY=$(cat /run/agenix/exa-key) exec bunx exa-mcp-server@latest tools=web_search_exa"];