By iceleaf916
Run a local stdio MCP server as a subprocess to fetch web content and call APIs via HTTP requests, enabling seamless data retrieval in your workflow without needing secrets or authentication setup.
npx claudepluginhub iceleaf916/my-cc-plugins --plugin fetch-mcp这是一个 Claude Code 插件集合项目,用于扩展 Claude 的功能,提升开发效率。
插件市场地址: https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins
在 Claude Code 中执行以下命令安装所有插件:
/marketplace install https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins
如仅需安装单个插件,可指定插件名称:
/marketplace install https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins/fetch-mcp
/marketplace install https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins/go-formatter
/marketplace install https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins/udcp-skills
克隆项目到本地:
git clone https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins.git
将插件目录放置到 Claude Code 的插件目录中。
goimports - Go 代码格式化工具(go-formatter 插件使用)jq - JSON 处理工具安装依赖:
# macOS
brew install goimports jq
# Linux
go install golang.org/x/tools/cmd/goimports@latest
sudo apt-get install jq
MCP API 数据获取插件,提供基于 MCP 协议的 HTTP 请求能力。
Go 代码自动格式化插件,提供以下功能:
.go 文件.go 文件.go 文件时自动执行格式化go-formatter:format-change-files - 格式化所有变更的 Go 文件go-formatter:format-recent-commit - 格式化最近一次提交修改的 Go 文件PreToolUse - 拦截 Write|Edit 操作,对 .go 文件自动执行 goimports -w 格式化UDCP 开发技能集合插件,包含多个针对 UDCP 开发的专业指南。
go-frame-best-practices - GoFrame 框架最佳实践
go-test-standards - Golang 单元测试规范
remote-troubleshoot - 远程故障排查
udcp-cc-plugins/
├── .claude-plugin/
│ └── marketplace.json # 插件市场配置
├── fetch-mcp/ # MCP 数据获取插件
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── .mcp.json
├── go-formatter/ # Go 格式化插件
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/ # 命令文件
│ ├── hooks/ # 钩子配置
│ └── scripts/ # 脚本文件
└── udcp-skills/ # UDCP 开发技能集合
├── .claude-plugin/
│ └── plugin.json
└── skills/
├── go-frame-best-practices/
├── go-test-standards/
└── remote-troubleshoot/
MCP server management and integration tools
Comprehensive toolkit with 8 expert skills for Claude Code plugin development covering hooks, MCP integration, commands, and agents with best practices.
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic execution, or encountering context bloat, server configuration, tool execution errors.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Share bugs, ideas, or general feedback.
A Model Context Protocol (MCP) server for Grafana providing access to dashboards, datasources, and querying capabilities
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim