Files
workspace/.mcp.json
Roberto Musso 0ac2ce924d brief agent
2026-04-18 22:20:03 +02:00

30 lines
786 B
JSON

{
"mcpServers": {
"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"
}
}
}
}