
DBCode - Database Management
Your database. Inside VS Code.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install dbcodeio/public -c claude
This command will automatically install and configure the DBCode - Database Management MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"DBCode - Database Management": {
"command": "npx",
"args": [
"-y",
"dbcode"
],
"env": {}
}
}
}
DBCode - Data Beside Code
DOCS | ROADMAP | CHANGELOG | DISCORD
For devs who'd rather ship than fumble alt-tab around.
Database Support
Connect to 20+ databases including:

Data Viewing & Editing

- ⚡ Filter, Sort, and Group data with a few clicks
- 🔄 CRUD operations without writing SQL (I know, sometimes it feels like cheating)
- ✅ Changes verified before execution - because we all have that production horror story
Copilot Integration

Query your data with natural language. Ask schema questions, generate queries, create tables - because sometimes typing "SELECT * FROM" for the 100th time is just too much effort.
Entity Relationship Diagrams

Auto-generated diagrams that map your database structure. Your DBA will think you spent hours on this.
Data Exploration

Navigate foreign key relationships with a click. No JOINs required.
Custom SQL
Write and execute your own queries right within VS Code. For when you need to flex those SQL muscles.
Inline SQL Help
- 🔍 Database-specific SQL keywords - no more forgetting dialect differences
- 📊 Table/view/procedure intellisense with data types - because remembering every column name is for computers
Secure Report Sharing

Share reports securely with encryption - no credentials or data exposed. Your security team will finally stop giving you that look.
Notebooks
Use VS Code Notebooks for database work. Query, analyze, and document in one place.
Stored Procedures and Functions
Edit database logic in your favorite code editor. Say goodbye to those prehistoric database IDEs.
Data Visualization
Transform query results into charts and graphs. Impress stakeholders with minimal effort (I won't tell).
Additional Features
- Import: Easily import data from CSV files or other database tables
- Export: Get your data out when you need it elsewhere
- Multi-DB Sessions: Query across databases simultaneously
- Query Parameters: Reuse queries with different inputs (less copy-paste, more productivity)
- Custom Colors: Color-code your connections - production remains red, naturally
- Result Pinning: Keep important query results around
- SSL Auto Config: Automatic SSL setup for known hosts
- SSH Tunnels: Manual config or auto-discovery from SSH config
- Theme Support: Full compatibility with VS Code themes
- Localization: Available in all VS Code supported languages
- Fuzzy Table Search: Find that table even when you can't remember its exact name
- Quick Query History: Revisit recent queries without retyping - perfect for iterative development
- Command Palette Integration: All database actions at your fingertips, keyboard warriors rejoice
- More Features
Pricing
Core features are free, forever. Some advanced features require a subscription. See our Pricing page.
Contributors
- Pradeep Kumar: Documentation, Testing
- Nontas Ravazoulas: Design
- Lanterns: Translation
A heartfelt thank you to these incredible contributors who have generously donated their time and expertise. DBCode wouldn't be the same without their input.
Telemetry
We collect anonymous usage data when VS Code telemetry is enabled. This helps us improve the extension.
Telemetry respects your VS Code settings - if disabled there, we collect nothing. See our privacy policy.
Stars
123Forks
6Last commit
24 days agoRepository age
1 year
Auto-fetched from GitHub .
MCP servers similar to DBCode - Database Management:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit