An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

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"
]
}
}
}
```