MCP.so
登录

Mcp_server_python

@rahatbhambri

关于 Mcp_server_python

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

rahatbhambri

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-python-rahatbhambri": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp_server_python?

Mcp_server_python is a sample MCP server that interacts with a SQL database to retrieve customer data. It is intended as a demonstration or starting point for building MCP servers that connect to databases.

How to use Mcp_server_python?

Install dependencies using uv venv, uv venv --activate, and uv pip install -e .. Then run the server with uv run mcp dev main.py.

Key features of Mcp_server_python

  • Sample MCP server implementation
  • Connects to a SQL database
  • Retrieves customer data from the database

Use cases of Mcp_server_python

  • Retrieving customer data from a SQL database through an MCP server

FAQ from Mcp_server_python

Note: The README does not provide any FAQ content, so this section is not applicable.

评论

其他 分类下的更多 MCP 服务器