MCP Server
Maintained
MIT
io.github.cocaxcode/database-mcp MCP Server
io.github.cocaxcode/database-mcp
What is the io.github.cocaxcode/database-mcp MCP server?
MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
How to install io.github.cocaxcode/database-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"database-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"database-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"database-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"database-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}Claude Code
claude mcp add database-mcp -- npx -y @cocaxcode/database-mcpRelated MCP servers
io.github.cocaxcode/api-testing-mcp
Maintained
MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections.
2
View repository →TypeScript
MIT
io.github.cocaxcode/ai-context-inspector
Maintained
Scan, export, and import your AI ecosystem. Discover MCP servers, skills, and memories.
1
View repository →TypeScript
MIT
io.github.cocaxcode/devflow-mcp
Maintained
MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.
1
View repository →TypeScript
MIT
io.github.cocaxcode/logbook-mcp
Maintained
Developer logbook MCP server. Notes, TODOs, standups, decisions, debug sessions, reminders.
1
View repository →TypeScript
MIT