mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
18 lines
287 B
JSON
18 lines
287 B
JSON
{
|
|
"mcpServers": {
|
|
"time-mcp": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"time-mcp"
|
|
]
|
|
},
|
|
"sequential-thinking": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
]
|
|
}
|
|
}
|
|
} |