trax/.mcp.json

34 lines
730 B
JSON

{
"mcpServers": {
"task-master-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"--package=task-master-ai",
"task-master-ai"
],
"env": {
"DEEPSEEK_API_KEY": "YOUR_DEEPSEEK_KEY_HERE",
"DEEPSEEK_API_KEY_1": "YOUR_DEEPSEEK_KEY_1_HERE",
"DEEPSEEK_API_KEY_2": "YOUR_DEEPSEEK_KEY_2_HERE",
"DEEPSEEK_API_KEY_3": "YOUR_DEEPSEEK_KEY_3_HERE",
"GOOGLE_API_KEY": "YOUR_GOOGLE_KEY_HERE",
"OPENROUTER_API_KEY": "YOUR_OPENROUTER_KEY_HERE"
}
},
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"--package=@context7/mcp",
"@context7/mcp"
],
"env": {
"CONTEXT7_API_KEY": "ctx7sk-4afd3ba6-dce4-475e-b32e-4c3356d4a082"
}
}
}
}