Skip to content

Connect Claude Code to AIMake

Connect Claude’s next coding session to saved decisions, unfinished tasks and delivery evidence. See and govern the work in AIMake.

Connection steps

Connect Claude Code

You need Claude Code installed and an AIMake project in an active paid workspace. Connect GitHub in AIMake for repository-backed context. Compare plans.

  1. Add the project connection

    From your repository, run:

    claude mcp add --transport http aimake https://api.aimake.dev/mcp
  2. Authenticate in Claude

    Open Claude Code and run /mcp to authenticate AIMake. Complete browser authorization for your organization, projects and permissions. Never paste tokens into chat.

  3. Verify project access

    Ask Claude to list your AIMake projects. Continue when the intended project appears.

  4. Install and invoke the skill

    Read the public skill and save its complete contents to the repository path below. Invoke /aimake-mcp. Restart Claude if you created its top-level skills directory during this session.

    .claude/skills/aimake-mcp/SKILL.md
    Read the AIMake skill

The add command uses Claude Code’s default local scope: this project, for you. MCP authorization controls AIMake records; Claude’s execution permissions remain separate.

One first prompt

/aimake-mcp Review unfinished AIMake work for this repository. List projects if needed and confirm the project with me. Prepare the work, recover relevant decisions and identify the smallest task ready for implementation. Name missing review or proof. Finish this planning session with the findings; wait until I choose the task.

What appears in AIMake

Preparation and the finished session enter AIMake’s activity history. This planning prompt does not approve or complete tasks. After implementation, ask Claude to link its verified evidence to the task before reporting completion.

Troubleshooting

Server absent
Run claude mcp get aimake from the repository where you added it. Local configuration is project-specific.
Authorization unfinished
Use /mcp again and finish the browser flow. Check granted scopes, selected projects and the paid workspace subscription.
Slash skill absent
Verify .claude/skills/aimake-mcp/SKILL.md. Restart if the skills directory was created during the session.
Completion blocked
Attach the required proof or obtain an explicit human waiver. A comment is not an approval. Prepare again if the work session expired.

Further reading