brief agent

This commit is contained in:
Roberto Musso
2026-04-18 22:20:03 +02:00
parent 3538050e75
commit 0ac2ce924d
4 changed files with 534 additions and 1 deletions

View File

@@ -3,6 +3,28 @@
"langfuse-docs": {
"type": "http",
"url": "https://langfuse.com/api/mcp"
},
"langfuse": {
"type": "http",
"url": "https://langfuse.muticolturano.com/api/public/mcp",
"headers": {
"Authorization": "Basic cGstbGYtMGU2MmE5ZWItMDk3OC00ZTJlLWIzYWQtYmIzNjE5NDcwMWI4OnNrLWxmLTI4NmMxNjVmLTFjODQtNGEzNi1iMGIwLWNmZTViNjgwODk3ZA=="
}
},
"postgres": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DATABASE_URI",
"crystaldba/postgres-mcp",
"--access-mode=restricted"
],
"env": {
"DATABASE_URI": "postgresql://postgres:XVTsmNqsMJX5Cd%2FNrAG4%2F4KFoaVDEy2CXsFMDqi8m58%3D@10.0.0.123:5432/adiuvai"
}
}
}
}