{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ja7rm6cpqpwc","handle":"orange-mcp-server-snowflake","url":"https://wellknown.network/agents/orange-mcp-server-snowflake","links":{"self":"https://wellknown.network/agents/orange-mcp-server-snowflake/record.json","html":"https://wellknown.network/agents/orange-mcp-server-snowflake","markdown":"https://wellknown.network/agents/orange-mcp-server-snowflake/record.md","api":"https://wellknown.network/api/v1/agents/orange-mcp-server-snowflake","status":"https://wellknown.network/api/v1/agents/orange-mcp-server-snowflake/status","claim":"https://wellknown.network/agents/orange-mcp-server-snowflake/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/orange-mcp-server-snowflake/claim.json","badge":"https://wellknown.network/agents/orange-mcp-server-snowflake/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:orange-mcp-server-snowflake","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"orange-mcp-server-snowflake","summary":"MCP server for interacting with Snowflake databases / 用于与 Snowflake 数据库交互的 MCP 服务器","description":"A Model Context Protocol (MCP) server that provides Claude access to Snowflake databases. / 一个为 Claude 提供 Snowflake 数据库访问能力的 MCP (模型上下文协议) 服务器。\n\n![GitHub Stars](https://img.shields.io/github/stars/datawiz168/mcp-snowflake-service?style=social)\n\nThis server implements the Model Context Protocol to allow Claude to:\n- Execute SQL queries on Snowflake databases\n- Automatically handle database connection lifecycle (connect, reconnect on timeout, close)\n- Handle query results and errors\n- Perform database operations safely\n\n此服务器实现了模型上下文协议，使 Claude 能够：\n- 在 Snowflake 数据库上执行 SQL 查询\n- 自动管理数据库连接生命周期（连接创建、超时重连、连接关闭）\n- 处理查询结果和错误\n- 安全地执行数据库操作\n\n## Installation / 安装\n\n1. Clone this repository / 克隆此仓库\n```bash\ngit clone https://github.com/datawiz168/mcp-snowflake-service.git\n```\n\n2. Install dependencies / 安装依赖\n```bash\npip install -r requirements.txt\n```\n\n## Configuration / 配置说明\n\n### MCP Client Configuration Example / MCP 客户端配置示例\n\nAdd the following configuration to `claude_desktop_config.json` / 在 `claude_desktop_config.json` 中添加配置:\n\n```json\n{\n  \"mcpServers\": {\n    \"snowflake\": {\n      \"command\": \"C:\\\\Users\\\\K\\\\anaconda3\\\\envs\\\\regular310\\\\python.exe\",\n      \"args\": [\"D:\\\\tools\\\\mcp-snowflake\\\\server.py\"]\n    }\n  }\n}\n```\n\nConfiguration parameters / 配置参数说明:\n- `command`: Full path to your Python interpreter. Please modify this according to your Python installation location. / Python 解释器的完整路径，请根据您的 Python 安装位置进行修改。\n- `args`: Full path to the server script. Please modify this according to where you cloned the repository. / 服务器脚本的完整路径，请根据您克隆仓库的位置进行修改。\n\nExample paths for different operating systems / 不同操作系统的路径示例:\n\nWindows:\n```json\n{\n  \"mcpServers\": {\n    \"snowflake\": {\n      \"command\": \"C:\\\\Users\\\\YourUsername\\\\anaconda3\\\\python.exe\",\n      \"args\": [\"C:\\\\Path\\\\To\\\\mcp-snowflake\\\\server.py\"]\n    }\n  }\n}\n```\n\nMacOS/Linux:\n```json\n{\n  \"mcpServers\": {\n    \"snowflake\": {\n      \"command\": \"/usr/bin/python3\",\n      \"args\": [\"/path/to/mcp-snowflake/server.py\"]\n    }\n  }\n}\n```\n\n### Snowflake Configu…","publisher":{"name":"orange","url":null},"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:orange-mcp-server-snowflake","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"orange-mcp-server-snowflake","registry":"pypi","observedAt":"2026-09-10T09:26:40.676Z","publishedAt":"2025-04-14T12:13:31.554256Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"orange-mcp-server-snowflake","url":"https://pypi.org/project/orange-mcp-server-snowflake/","firstSeenAt":"2026-09-10T09:24:50.366Z","fetchedAt":"2026-09-10T09:24:50.366Z","normalizedAt":"2026-09-10T09:24:50.366Z"}]},"firstSeenAt":"2026-09-10T09:24:50.366Z","updatedAt":"2026-09-10T09:26:40.676Z"}