3 hours ago
Server Config
{
"mcpServers": {
"mushi-mushi": {
"command": "npx",
"args": [
"-y",
"@mushi-mushi/mcp@latest"
],
"env": {
"MUSHI_API_KEY": "<YOUR_MUSHI_API_KEY>",
"MUSHI_PROJECT_ID": "<YOUR_PROJECT_UUID>",
"MUSHI_API_ENDPOINT": "https://api.mushimushi.dev/functions/v1/api",
"MUSHI_FEATURES": "triage,fixes,inventory,setup,docs"
}
},
"mushi-mushi-hosted": {
"type": "http",
"url": "https://api.mushimushi.dev/functions/v1/mcp?features=triage,fixes,inventory,setup,docs",
"headers": {
"Authorization": "Bearer <YOUR_MUSHI_API_KEY>",
"X-Mushi-Project-Id": "<YOUR_PROJECT_UUID>"
}
}
}
}