Server Config
{
"mcpServers": {
"ai-develop-assistant": {
"command": "uvx",
"args": [
"ai-develop-assistant@latest"
],
"env": {
"MCP_STORAGE_DIR": "/path/to/your/storage"
}
}
}
}{
"mcpServers": {
"ai-develop-assistant": {
"command": "uvx",
"args": [
"ai-develop-assistant@latest"
],
"env": {
"MCP_STORAGE_DIR": "/path/to/your/storage"
}
}
}
}