Server Config
{
"mcpServers": {
"akasha": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/ocuil/akasha-public#subdirectory=mcp-server",
"akasha-mcp"
],
"env": {
"AKASHA_API_URL": "http://localhost:8080"
}
}
}
}