wulf-pulse/mcp.json

13 lines
270 B
JSON
Raw Permalink Normal View History

{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://pulse_user:9KuYTjjGEB7NsJc_togj6R9wYLRRrhudZiR4%40i%40N@localhost:5432/pulse_autotask"
]
}
}
}