17 lines
565 B
JSON
17 lines
565 B
JSON
{
|
|
"mcpServers": {
|
|
"task-master-ai": {
|
|
"command": "npx",
|
|
"args": ["-y", "--package=task-master-ai", "task-master-ai"],
|
|
"env": {
|
|
"ANTHROPIC_API_KEY": "your_anthropic_api_key_here",
|
|
"PERPLEXITY_API_KEY": "your_perplexity_api_key_here",
|
|
"OPENAI_API_KEY": "your_openai_api_key_here",
|
|
"GOOGLE_API_KEY": "your_google_api_key_here",
|
|
"XAI_API_KEY": "your_xai_api_key_here",
|
|
"OPENROUTER_API_KEY": "your_openrouter_api_key_here",
|
|
"MISTRAL_API_KEY": "your_mistral_api_key_here"
|
|
}
|
|
}
|
|
}
|
|
} |