https://github.com/tirthraj07/db-mcp
Custom made MCP Server for Popular databases (Currently Supporting MYSQL)
https://github.com/tirthraj07/db-mcp
Last synced: 2 months ago
JSON representation
Custom made MCP Server for Popular databases (Currently Supporting MYSQL)
- Host: GitHub
- URL: https://github.com/tirthraj07/db-mcp
- Owner: tirthraj07
- Created: 2025-05-08T23:01:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-08T23:07:17.000Z (6 months ago)
- Last Synced: 2025-05-09T00:19:58.892Z (6 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **db-mcp** - Custom made MCP Server for Popular databases (Currently Supporting MYSQL) `python` `fastmcp` `mcp` `mcp-server` `mysql` `pip install git+https://github.com/tirthraj07/db-mcp` (🗄️ Database)
README
## Database MCP Server
Contains a custom made MYSQL MCP Server for doing database operations using Claude
- [Example Chat](https://claude.ai/share/eb54af96-6612-44db-9ef7-23d29c75f1fc)
Just Add the following configuration in Claude
```json
{
"mcpServers": {
"db-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/db-mcp",
"run",
"main.py"
]
}
}
}
```