一键导入
setup-profile
Initialize and populate a mcp-me personal profile from public APIs. Use when the user needs to set up, generate, or refresh their mcp-me profile.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initialize and populate a mcp-me personal profile from public APIs. Use when the user needs to set up, generate, or refresh their mcp-me profile.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | setup-profile |
| description | Initialize and populate a mcp-me personal profile from public APIs. Use when the user needs to set up, generate, or refresh their mcp-me profile. |
Guide the user through creating and populating their personal profile.
npm install -g mcp-me or use npx mcp-memcp-me init
Creates ~/.mcp-me/ with YAML templates and .mcp-me.yaml config.
Edit ~/.mcp-me/.mcp-me.yaml and uncomment generators/plugins:
generators:
github: your-username
devto: your-username
plugins:
github:
enabled: true
username: your-username
mcp-me generate
Pulls data from public APIs listed in .mcp-me.yaml. No API keys needed for most sources.
CLI flags also work as overrides: mcp-me generate --github octocat --devto myuser
mcp-me validate
Checks all YAML files against the Zod schema.
mcp-me serve
Defaults to ~/.mcp-me. Override with MCP_ME_PROFILE_DIR or pass a path: mcp-me serve ~/my-profile.
Add to .cursor/mcp.json or use the one-click install badge from the README:
{
"mcpServers": {
"me": {
"command": "npx",
"args": ["-y", "mcp-me", "serve"]
}
}
}
| Method | Path |
|---|---|
| Default | ~/.mcp-me |
| Env var | MCP_ME_PROFILE_DIR=/path/to/profile |
| CLI arg | mcp-me serve /path/to/profile |