9 months ago
Server Config
{
"mcpServers": {
"tomba": {
"command": "npx",
"args": [
"-y",
"tomba-mcp-server"
],
"env": {
"TOMBA_API_KEY": "your_api_key_here",
"TOMBA_SECRET_KEY": "your_secret_key_here"
}
}
}
}