Who is this for?
Developers building Cursor, Codex, Claude, or VS Code coding workflows.
Config path and example
Depends on your AI client
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "./"]
}
}
}Installation steps
Start with files and GitHub
Filesystem and GitHub MCP servers usually create the fastest coding value.
Add docs or search
Documentation and search servers help agents answer project questions.
Add database only when needed
Database MCP is powerful but should be reviewed for permissions and data access.
Prefer low-risk install commands
Avoid shell-pipe installers unless you fully trust the source.
Common setup issues
Too many tools
Start with 2-3 servers. Too many tools can slow down workflows.
Over-broad permissions
Limit filesystem and database access to the folders or databases you need.
FAQ
What should I install first?
Start with filesystem, GitHub, and docs/search before adding databases or browser automation.