Installation & Configuration
{
"mcpServers": {
"greeting": {
"command": "node",
"args": [
"/mcp-services/packages/greeting/dist/index.js"
]
},
"weather": {
"command": "node",
"args": [
"/mcp-services/packages/weather/dist/index.js"
],
"env": {
"SENIVERSE_API_KEY": "心知天气 API key"
}
},
"daily-hot": {
"command": "node",
"args": [
"/mcp-services/packages/daily-hot/dist/index.js"
]
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17