Configure context7 remote MCP

This commit is contained in:
alejandro-angulo 2025-07-13 21:45:29 -07:00
parent e257827135
commit f13db2dba8
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -15,7 +15,16 @@ in
config = lib.mkIf cfg.enable {
programs.opencode = {
enable = true;
settings.theme = "catppuccin";
settings = {
theme = "catppuccin";
mcp = {
context7 = {
type = "remote";
url = "https://mcp.context7.com/mcp";
enabled = true;
};
};
};
};
};
}