Connect AI
Claude Code
Connect Matchanu to Claude Code (the CLI) for agentic workflows in the terminal.
Add Matchanu in one command
Run this in your terminal (replace YOUR_TOKEN):
claude mcp add matchanu --url "https://mcp.matchanu.app/mcp?token=YOUR_TOKEN"
This adds Matchanu globally — it's available in every Claude Code session.
Or add it per-project
To scope Matchanu to a specific repository, create .claude/mcp.json in the project root:
{
"mcpServers": {
"matchanu": {
"url": "https://mcp.matchanu.app/mcp?token=YOUR_TOKEN"
}
}
}Test it
- 1Start Claude Code: claude
- 2Ask it to list your projects: "Use Matchanu to list my projects"
- 3It should return the projects in your org
- 4For the best experience, start sessions with: "Load my [project name] project from Matchanu using prepare_agent_brief"
💡Claude Code works great with Matchanu for agentic sessions — let it create tasks as it works, leave handoff notes, and record decisions automatically.