30 lines
666 B
JSON
30 lines
666 B
JSON
{
|
|
"taskmaster-ai": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "--package=task-master-ai", "task-master-ai"],
|
|
"env": {
|
|
"ANTHROPIC_API_KEY": "${ANTHROPIC_API_KEY}",
|
|
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
|
|
}
|
|
},
|
|
"sequential-thinking": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
|
|
},
|
|
"time": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": ["mcp-server-time"]
|
|
},
|
|
"context7": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp"],
|
|
"env": {
|
|
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
|
|
}
|
|
}
|
|
}
|