雨人 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
雨人 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
雨人 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/yan-yanko/rainman
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--": {
"command": "npx",
"args": ["-y", "rainman"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 雨人 执行以下任务... Claude: [自动调用 雨人 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__": {
"command": "npx",
"args": ["-y", "rainman"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Context-aware project memory for AI coding tools. Remembers what you've built, what failed, what works — and surfaces it when your AI assistant needs it.
Zero LLM calls. Zero external dependencies. Runs locally.
No embeddings, no API calls — zero tokens to store and rank memory. Recalled memories are injected as ordinary context (the relevant slice, not your whole history), so they cost normal input tokens only when actually used — fewer than pasting your full CLAUDE.md into every prompt.
pip install git+https://github.com/yan-yanko/rainman.git
rainman doctor ```
rainman setup
This registers Rainman with both Claude Code and VS Code in one command: - Creates .claude/settings.json with hooks - Creates .mcp.json for Claude Code MCP - Creates .vscode/mcp.json for VS Code Copilot / Cline - Registers the MCP server with claude mcp add
```bash
rainman init Initialize .rainman/
rainman add "content" [options] Add a memory
-c, --category {pattern,solution,failure,decision,convention,note}
-t, --tag TAG Add tag (repeatable)
-f, --file PATH Add file reference (repeatable)
--global Store in global layer
rainman recall "query" [options] Search memories
-n, --limit N Max results (default: 5)
-c, --category CATEGORY Filter by category
rainman status Memory statistics
rainman links <ref> Memories linked to a file/concept
rainman context [-n LIMIT] Current working context
rainman ingest [options] Ingest project history
--git Parse git log
--files Scan file structure
--limit N Max git commits (default: 50)
--depth N Max directory depth (default: 4)
rainman export Dump all as JSON
rainman serve Start MCP stdio server
rainman setup Register hooks + MCP for Claude Code + VS Code
rainman doctor Self-diagnosis of installation health
rainman setup creates .vscode/mcp.json automatically. Or add manually:
{
"servers": {
"rainman": {
"command": "python",
"args": ["-m", "rainman", "serve"]
}
}
}
Open Copilot Chat → select Agent mode → Rainman tools are available.
rainman是一个有前景的MCP工具,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,雨人 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | rainman |
| Topics | aiclaude-codecontextdeveloper-toolsmcppython |
| GitHub | https://github.com/yan-yanko/rainman |
| License | MIT |
| 语言 | Python |
收录时间:2026-06-13 · 更新时间:2026-06-13 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端