We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/donghao1393/mcp-dbutils'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
name: 性能问题
about: 报告性能相关的问题
title: "[Performance] "
labels: performance
assignees: ''
---
<!--
语言选择 / Language Selection:
[English](https://github.com/donghao1393/mcp-dbutils/issues/new?template=performance_issue_en.md) |
中文 |
[Français](https://github.com/donghao1393/mcp-dbutils/issues/new?template=performance_issue_fr.md) |
[Español](https://github.com/donghao1393/mcp-dbutils/issues/new?template=performance_issue_es.md) |
[العربية](https://github.com/donghao1393/mcp-dbutils/issues/new?template=performance_issue_ar.md) |
[Русский](https://github.com/donghao1393/mcp-dbutils/issues/new?template=performance_issue_ru.md)
-->
## 性能问题描述
<!-- 请清晰简洁地描述性能问题 -->
## 复现步骤
<!-- 请提供详细的步骤来复现这个性能问题 -->
1. 前往 '...'
2. 执行 '....'
3. 观察性能问题
## 性能数据
<!-- 请提供性能测量数据,如响应时间、内存使用、CPU使用率等 -->
## 预期性能
<!-- 请描述你期望的性能表现 -->
## 环境信息
<!-- 请提供关于你的环境的详细信息 -->
- MCP数据库工具版本: [例如: 0.19.0]
- 操作系统: [例如: Windows 10, macOS 12.0, Ubuntu 22.04]
- Python版本: [例如: 3.10.5]
- 数据库类型和版本: [例如: SQLite 3.39.0, PostgreSQL 14.5, MySQL 8.0.30]
- 使用的MCP客户端: [例如: Claude Desktop, VS Code, Cursor]
- 硬件规格: [例如: CPU型号, 内存大小, 磁盘类型]
## 配置文件
<!-- 请提供你的配置文件内容(记得删除敏感信息如密码、API密钥等) -->
```yaml
connections:
example_connection:
type: sqlite
path: ":memory:"
```
## 附加信息
<!-- 在此处添加关于性能问题的任何其他上下文信息 -->