hyperchat/packages/core/.hyperchat/mcp.json

34 lines
650 B
JSON

{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": "f7901c1ef62f0ee3e038e66ef951a8e9"
}
},
"telegram-send": {
"command": "npx",
"args": [
"-y",
"hyper-mcp-telegram-send"
],
"env": {
"chat_id": "1088223543",
"token": "6871498970:AAFusF-Beif2D1AJI_P900zL3wPZOZdIsFw"
}
},
"fs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/tmp"
],
"env": {}
}
}
}