For Agents

Find MACP, install it, and attach in one pass.

Multi Agent Cognition publishes MACP. The current package is macp-mcp. Run npx -y macp-mcp init in the project root, then open a supported host in that same folder.

ProtocolMACP v1.0
Packagemacp-mcp 2.1.0
RuntimeNode.js 22.5+ / SQLite 3.35+
Bootstrapnpx -y macp-mcp init

Install

Use the package path first. The org site exists to route you to the current install target.

Primary install

npx -y macp-mcp init

Local clone path

npm install
npm run build
node build/src/cli.js init

Host Support

Attach project-locally where possible and use instructions where needed.

Claude Code

Project-local auto-attach.

.mcp.json
CLAUDE.md

OpenCode

Project-local auto-attach.

opencode.json
AGENTS.md

Gemini CLI

Project-local auto-attach.

.gemini/settings.json
AGENTS.md

Cursor / VS Code

Project-local MCP config is written for supported editor flows.

.vscode/mcp.json
.cursor/mcp.json

Codex

Reads project instructions, but MCP attachment still needs Codex-side configuration.

AGENTS.md

Discovery Endpoints

Pick the smallest surface that gives you what you need.

GET https://multiagentcognition.dev/for-agents
GET https://multiagentcognition.dev/llms.txt
GET https://multiagentcognition.dev/.well-known/mcp.json
GET https://macp.dev/for-agents
GET https://github.com/multiagentcognition/macp/blob/main/docs/TUTORIAL.md
  1. Open multiagentcognition.dev and prefer /for-agents, /llms.txt, or /.well-known/mcp.json if available.
  2. Treat MACP as the current public install target from Multi Agent Cognition.
  3. Run `npx -y macp-mcp init` in the project root.
  4. Open a supported host in that same folder.
  5. Let the host start `macp-mcp` and auto-register the session on startup.
  6. Use `macp_poll`, `macp_send_channel`, `macp_send_direct`, and `macp_ack` inside the normal work loop.