feat: add some mcp servers
This commit is contained in:
@@ -29,35 +29,35 @@
|
|||||||
programs.mcp = {
|
programs.mcp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
|
ContextMode = {
|
||||||
|
command = "bash";
|
||||||
|
args = ["-c" "exec bunx context-mode@latest"];
|
||||||
|
};
|
||||||
DeepWiki = {
|
DeepWiki = {
|
||||||
url = "https://mcp.deepwiki.com/mcp";
|
url = "https://mcp.deepwiki.com/mcp";
|
||||||
};
|
};
|
||||||
Ref = {
|
|
||||||
command = "bash";
|
|
||||||
args = ["-c" "REF_API_KEY=$(cat /run/agenix/ref-key) exec bunx ref-tools-mcp@latest"];
|
|
||||||
};
|
|
||||||
Exa = {
|
Exa = {
|
||||||
command = "bash";
|
command = "bash";
|
||||||
args = ["-c" "EXA_API_KEY=$(cat /run/agenix/exa-key) exec bunx exa-mcp-server@latest tools=web_search_exa"];
|
args = ["-c" "EXA_API_KEY=$(cat /run/agenix/exa-key) exec bunx exa-mcp-server@latest tools=web_search_exa"];
|
||||||
};
|
};
|
||||||
|
Fireflies = {
|
||||||
|
url = "https://api.fireflies.ai/mcp";
|
||||||
|
};
|
||||||
Outline = {
|
Outline = {
|
||||||
url = "https://wiki.az-gruppe.com/mcp";
|
url = "https://wiki.az-gruppe.com/mcp";
|
||||||
};
|
};
|
||||||
ContextMode = {
|
|
||||||
command = "bash";
|
|
||||||
args = ["-c" "exec bunx context-mode@latest"];
|
|
||||||
};
|
|
||||||
Honcho = {
|
|
||||||
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"''
|
|
||||||
];
|
|
||||||
};
|
|
||||||
Playwright = {
|
Playwright = {
|
||||||
command = "bash";
|
command = "bash";
|
||||||
args = ["-c" "exec bunx @playwright/mcp@latest"];
|
args = ["-c" "exec bunx @playwright/mcp@latest"];
|
||||||
};
|
};
|
||||||
|
Ref = {
|
||||||
|
command = "bash";
|
||||||
|
args = ["-c" "REF_API_KEY=$(cat /run/agenix/ref-key) exec bunx ref-tools-mcp@latest"];
|
||||||
|
};
|
||||||
|
Teams = {
|
||||||
|
command = "bunx";
|
||||||
|
args = ["-y" "@floriscornel/teams-mcp@latest"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user