Files
os/old/cfg/mcp.json
2026-02-27 13:10:44 +09:00

13 lines
256 B
JSON

{
"mcpServers": {
"aigpt": {
"command": "aigpt",
"args": ["server", "--enable-layer4"],
"env": {
"AIGPT_DB": "/root/.config/syui/ai/gpt/memory.db"
},
"description": "AI memory and personality system"
}
}
}