EM Copilot
EM Copilot is an AI-powered assistant built into EM Kit. It connects to a local coding agent — Claude Code or Codex CLI — and gives it access to your workspace data through the EM Kit MCP server.
Use it to ask questions about your team, summarize feedback, draft review notes, or surface action items — all from within the app.
Requirements
Section titled “Requirements”Before using EM Copilot:
- Install one of the supported providers on your machine:
- Claude Code — install from docs.anthropic.com and authenticate in your terminal.
- Codex CLI — install from openai.com and authenticate in your terminal.
- Make sure the provider command (
claudeorcodex) is available in your terminalPATH.
Configure EM Copilot
Section titled “Configure EM Copilot”- Open Settings → EM Copilot.
- Select your Provider from the dropdown.
- Optionally set a Custom command path if the provider executable is not on
PATH. - Click Save AI assistant settings.
- Click Refresh to verify the provider is detected and shows as “Installed”.
The status table below the form shows each provider’s installation status, executable path, and version.
Using the assistant
Section titled “Using the assistant”Once configured, click the Copilot button in the top-right corner of the app to open the assistant drawer.
EM Kit automatically starts your selected provider and connects it to the EM Kit MCP server, giving the assistant access to your workspace data — team members, work log, feedback, daily notes, issues, and more. The assistant can also create and update issues on your behalf.
Example prompts
Section titled “Example prompts”- “Summarize the feedback I need to share this week.”
- “What are my open issues?”
- “Create an urgent issue to fix the login bug and assign it to me.”
- “Draft a quick status update from this week’s work log entries.”
- “List the team members who have a review coming up.”
Troubleshooting
Section titled “Troubleshooting”Provider shows “Not installed”
Section titled “Provider shows “Not installed””- Open a terminal and run
which claudeorwhich codexto confirm the CLI is onPATH. - If you installed the CLI in a custom location, enter the full path in the Custom command path field.
- Click Refresh to re-check.
Assistant does not respond
Section titled “Assistant does not respond”- Make sure the EM Kit desktop app is running — the MCP server requires it.
- Run
emkit doctorin your terminal to verify the CLI bridge is healthy. - Check that you have authenticated the provider CLI at least once in your terminal.