بنقرة واحدة
mempalace-agents
List of supported AI coding agents and their mpr connect commands
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
List of supported AI coding agents and their mpr connect commands
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Diagnose mempalace setup (config, palace path, MCP, FTS/index health)
List or inspect people/project entities tracked in the mempalace graph
Mine a project directory into the mempalace corpus (drawers, rooms, wings)
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
Show mempalace palace status (drawers, wings, rooms, health)
Trace a file, function, or line back to the agent session that produced its current commit
| name | mempalace-agents |
| description | List of supported AI coding agents and their mpr connect commands |
Mempalace can integrate with 17 AI coding agents via mpr connect <adapter>. Run mpr connect with no arguments to list installed agents.
| Agent | Connect command | Config path |
|---|---|---|
| kiro | mpr connect kiro | ~/.kiro/settings/mcp.json |
| warp | mpr connect warp | ~/.warp/.mcp.json |
| cline | mpr connect cline | ~/.cline/mcp.json |
| continue | mpr connect continue | ~/.continue/config.json |
| zed | mpr connect zed | ~/.config/zed/settings.json |
| openhuman | mpr connect openhuman | ~/.openhuman/mcp.json |
| qwen | mpr connect qwen | ~/.qwen/settings.json |
| antigravity | mpr connect antigravity | ~/.config/Antigravity/User/mcp_config.json |
| claude-code | mpr connect claude-code | .claude/settings.json (per-project) |
| copilot-cli | mpr connect copilot-cli | ~/.config/github-copilot |
| codex | mpr connect codex | .codex/settings.json (per-project) |
| cursor | mpr connect cursor | .cursor/mcp.json (per-project) |
| gemini-cli | mpr connect gemini-cli | ~/.gemini/settings.json |
| windsurf | mpr connect windsurf | .windsurf/settings.json (per-project) |
| vscode | mpr connect vscode | .vscode/mcp.json (per-project) |
| amp | mpr connect amp | Platform-specific |
| droid | mpr connect droid | Platform-specific |
mpr connect <agent> with --dry-run to preview without writing files.mpr connect subcommand detects whether each agent is installed ([detected] vs [not detected]).