This commit is contained in:
Bob Molitor
2025-10-31 13:03:47 +01:00
parent ba20459c71
commit 9b47429c88
2 changed files with 1 additions and 38 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ yarn-error.log
env
*.mcp*
*.mdc
.mcp.json
/.mcp.json
AGENTS*.*
-37
View File
@@ -15,43 +15,6 @@
"env": {
"SITE_PATH": "/Users/bobmolitor/Herd/trusted_ai"
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/sebastianfrohlich/Desktop",
"/Users/sebastianfrohlich/Library/Mobile Documents/com~apple~CloudDocs/Jupyter Notebooks",
"/Users/sebastianfrohlich/Downloads",
"/Users/sebastianfrohlich/",
"/Users/sebastianfrohlich/Projekte"
]
},
"bear": {
"command": "node",
"args": [
"/Users/sebastianfrohlich/Projekte/bear-notes-mcp/dist/index.js"
],
"env": []
},
"postgresql": {
"command": "npx",
"args": [
"-y",
"@executeautomation/database-server",
"--postgresql",
"--host",
"localhost",
"--database",
"risk_ingest_db",
"--user",
"risk_ingest_user",
"--password",
"S0prast3r1a",
"--port",
"5433"
]
}
}
}