Basecamp MCP

This commit is contained in:
m3tm3re
2026-01-07 19:08:33 +01:00
parent b2fff7b104
commit 1092fc98a5
4 changed files with 23 additions and 12 deletions

View File

@@ -47,6 +47,20 @@
"-c"
"OPENAPI_MCP_HEADERS=$(cat /run/agenix/anytype-key) exec bunx @anyproto/anytype-mcp"
];
enabled = false;
};
Basecamp = {
type = "local";
command = [
"/home/m3tam3re/p/PYTHON/Basecamp-MCP-Server/venv/bin/python"
"/home/m3tam3re/p/PYTHON/Basecamp-MCP-Server/basecamp_fastmcp.py"
];
environment = {
PYTHONPATH = "/home/m3tam3re/p/PYTHON/Basecamp-MCP-Server";
VIRTUAL_ENV = "/home/m3tam3re/p/PYTHON/Basecamp-MCP-Server/venv";
BASECAMP_ACCOUNT_ID = "5996442";
};
enabled = false;
};
Exa = {
type = "local";
@@ -180,6 +194,6 @@
};
};
};
disabled_mcps = ["context7"];
disabled_mcps = ["context7" "websearch"];
};
}