20 hours ago
Server Config
{
"mcpServers": {
"perseus": {
"command": "perseus",
"args": [
"mcp",
"serve",
"--workspace",
"/path/to/workspace"
],
"env": {
"PERSEUS_ALLOW_DANGEROUS": "1"
}
}
}
}