| name | databases |
| description | Load database relationships, shared resources, and schema information when working with data models or database configuration |
| disable-model-invocation | false |
Database Configuration
Use commander-mcp tools for live database data:
get_context_databases — all database configs
list_databases — database instances with services
For manual reference: cat ~/projects/claude-config-loader/config/databases.yaml
Use this information when:
- Working with database migrations
- Understanding data relationships
- Configuring database connections
- Troubleshooting data issues
- Adding new collections/tables
- Understanding which projects share databases
Important: Never hardcode credentials. Always use environment variables.