Database
3 MCP servers I actually use daily (and how to set them up)
GrahamduesCN Dev.to (EN Zone)
2 views
Not a hype list. These are the three MCP servers I have running right now in Claude Desktop.
1. Filesystem
mcp-hub install @modelcontextprotocol/server-filesystem
I use this to let Claude read project files directly instead of me copy-pasting code. Configure it to point at your project root.
Real usage: "Read the auth module and explain how the token validation works."
2. GitHub
mcp-hub install @modelcontextprotocol/server-github
Lets Claude check issues, read PRs, and browse repos. I use it for code reviews.
Real usage: "Check what changed in the last 3 PRs and summarize."
3. PostgreSQL
mcp-hub install @modelcontextprotocol/server-postgres
Direct database access from Claude. I run queries without leaving the conversation.
Real usage: "Show me users who signed up this week but haven't logged in."
Setup
Each one takes 2 minutes:
mcp-hub install <server>
# Add to claude_desktop_config.json
# Restart Claude Desktop
Warning
The filesystem server can read your entire disk if you configure it that way. Be careful with paths.
All servers verified on npm. mcp-hub CLI to discover more.
Read original: https://dev.to/grahamduescn/3-mcp-servers-i-actually-use-daily-and-how-to-set-them-up-1f3d
← Previous
Mainframe Migration Tools: What Works and What Fails
Next →
[Upcoming AMA] Waymo AI Team AMA – Drop Your Questions Early! [D]
Related
NO idea where to start learning SQL?
Database
0
DEV Community
Most low effort sqlite wasm to table fill library?
Database
6
Reddit r/webdev
SQL vs NoSQL: Kenapa PostgreSQL Masih Jadi 'Swiss Army Knife' di 2026
Database
7
Dev.to (EN Zone)
TIL: One lock to rule them all
Database
6
Reddit r/programming
Comments0
No comments yet — be the first