Replies: 1 comment
|
Hi @Rablady! I'm so sorry for the extremely late reply — I just noticed this discussion now. I hope you've already figured it out, but just in case it's still helpful, here's a quick guide: If you're using OpenWebUI (Docker Quickstart)Step 1 — Make sure all containers are fully started (wait ~2-3 min after docker-compose psAll services should show Step 2 — Register the MCP tool in OpenWebUI:
You can verify the tool is reachable by visiting If you're using Claude DesktopAdd this to your Claude Desktop config file ( {
"mcpServers": {
"mcp-postgresql-ops": {
"command": "uvx",
"args": ["--python", "3.12", "mcp-postgresql-ops"],
"env": {
"POSTGRES_HOST": "127.0.0.1",
"POSTGRES_PORT": "5432",
"POSTGRES_USER": "postgres",
"POSTGRES_PASSWORD": "your_password",
"POSTGRES_DB": "your_database"
}
}
}
}Then restart Claude Desktop. Feel free to leave a comment if you're still having trouble — happy to help! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
sorry to bother you,but i can connect to the models then can not link to the mcp server.Can you tell me the concrete details to connect with the mcp server
All reactions