Loading...
{
"mcpServers": {
"ashra": {
"command": "node",
// OR if you're using nvm and the version picked is not preferred/working
// "command": "/Users/<user>/.nvm/versions/node/<version>/bin/node",
"args": ["<path/to/ashra-mcp>/build/index.js"],
"env": {
"ASHRA_API_KEY": "<YOUR-API-KEY>"
}
}
}
}read_dataRetrieves data from Ashra services.
Read-only operation.
write_dataWrites data to Ashra services.
Non-destructive write operation.
execute_commandExecutes a command on the Ashra service.
Can modify service configuration.
delete_dataDeletes data from Ashra services.
Destructive operation.
The Ashra MCP server's safety depends heavily on the security of the API key and the permissions granted to it. It is relatively safe if the API key has limited permissions and is carefully managed. However, the lack of sandboxing and potential for code execution make it risky if the API key is compromised or has broad permissions.