{"id":27111095,"url":"https://github.com/wangle201210/mcp-server","last_synced_at":"2025-10-04T10:47:07.561Z","repository":{"id":284933271,"uuid":"954523349","full_name":"wangle201210/mcp-server","owner":"wangle201210","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-07T03:32:07.000Z","size":50,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T12:31:03.991Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wangle201210.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-25T08:04:25.000Z","updated_at":"2025-05-15T13:53:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"c714970c-154c-4850-9b1c-e5dae256f5c3","html_url":"https://github.com/wangle201210/mcp-server","commit_stats":null,"previous_names":["wangle201210/mcp-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wangle201210/mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangle201210%2Fmcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangle201210%2Fmcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangle201210%2Fmcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangle201210%2Fmcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wangle201210","download_url":"https://codeload.github.com/wangle201210/mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangle201210%2Fmcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278302557,"owners_count":25964520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-07T00:55:38.641Z","updated_at":"2025-10-04T10:47:07.556Z","avatar_url":"https://github.com/wangle201210.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mcp-server\n\n## text2sql\n\n### 安装\n```bash\ngo install github.com/wangle201210/mcp-server/cmd/text2sql@latest\n```\n\n### 配置\n```json\n{\n    \"mcpServers\": {\n      \"text2sql\": {\n        \"descriptions\": \"自然语言转sql\",\n        \"icons\": \"📁\",\n        \"autoApprove\": [\n          \"all\"\n        ],\n        \"type\": \"stdio\",\n        \"command\": \"text2sql\",\n        \"args\": [],\n        \"env\": {\n          \"link\": \"root:@tcp(127.0.0.1:3306)/goadmin?charset=utf8mb4\u0026parseTime=True\u0026loc=Local\",\n        }\n      }\n    }\n}\n```\n\n## dify retriever\n\n### 安装\n```bash\ngo install github.com/wangle201210/mcp-server/cmd/dify@latest\n```\n\n### 配置\n```json\n{\n    \"mcpServers\": {\n      \"dify_retriever\": {\n        \"descriptions\": \"dify知识库检索\",\n        \"icons\": \"📁\",\n        \"autoApprove\": [\n          \"all\"\n        ],\n        \"type\": \"stdio\",\n        \"command\": \"dify\",\n        \"args\": [],\n        \"env\":{\n          \"DIFY_DATASET_API_KEY\": \"dataset-***\",\n          \"DIFY_ENDPOINT\": \"your DIFY_ENDPOINT\",\n          \"DIFY_DATASET_ID\": \"your DIFY_DATASET_ID\",\n          \"DIFY_DATASET_NAME\": \"deepchat 快捷键介绍\"\n        }\n      }\n    }\n}\n```\n\n\n## 数据转换\n\n### 安装\n```bash\ngo install github.com/wangle201210/mcp-server/cmd/dt@latest\n```\n\n### 配置\n```json\n{\n    \"mcpServers\": {\n      \"data_transfer\": {\n        \"descriptions\": \"数据转换\",\n        \"icons\": \"📁\",\n        \"autoApprove\": [\n          \"all\"\n        ],\n        \"type\": \"stdio\",\n        \"command\": \"dt\",\n        \"args\": [],\n        \"env\":{\n        }\n      }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangle201210%2Fmcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangle201210%2Fmcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangle201210%2Fmcp-server/lists"}