mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
31 lines
506 B
JSON
31 lines
506 B
JSON
{
|
|
"mcpServers": {
|
|
"database": {
|
|
"args": [
|
|
"-y",
|
|
"@bytebase/dbhub"
|
|
],
|
|
"command": "npx",
|
|
"env": {
|
|
"DATABASE_URL": "postgresql://user:pass@localhost:5432/db"
|
|
},
|
|
"tools": [
|
|
"*"
|
|
],
|
|
"type": "local"
|
|
},
|
|
"filesystem": {
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"/tmp"
|
|
],
|
|
"command": "npx",
|
|
"tools": [
|
|
"*"
|
|
],
|
|
"type": "local"
|
|
}
|
|
}
|
|
}
|