Claude Fable 5.1 & GPT-6 Astra packages are live

Connect any agent in one click.

7 connectors for the Agent.md MCP server. Your agent can then search and read standards mid-task, and the two commands under each card pull the skills and the standards into your repo.

Claude Code

Writes CLAUDE.md

Or add it by hand: paste the URL below as an HTTP MCP server in Claude Code's MCP settings.

https://agent-dot-md.vercel.app/api/mcp

Skills and standards

$npx skills@latest add Aaditya1273/Agent.md -a claude-code -y
$npx agentmd-cli init && npx agentmd-cli link --agent=claude

Cursor

Writes .cursor/rules

Or add it by hand: Cursor Settings, then MCP, then Add new server, with this URL.

https://agent-dot-md.vercel.app/api/mcp

Skills and standards

$npx skills@latest add Aaditya1273/Agent.md -a cursor -y
$npx agentmd-cli init && npx agentmd-cli link --agent=cursor

Codex

Writes AGENTS.md

Or add it by hand: register the URL below as a streamable-HTTP MCP server in Codex's config.

https://agent-dot-md.vercel.app/api/mcp

Skills and standards

$npx skills@latest add Aaditya1273/Agent.md -a codex -y
$npx agentmd-cli init && npx agentmd-cli link --agent=agents

Gemini CLI

Writes GEMINI.md

Or add it by hand: add the URL below as an HTTP server under mcpServers in Gemini CLI's settings.

https://agent-dot-md.vercel.app/api/mcp

Skills and standards

$npx skills@latest add Aaditya1273/Agent.md -a gemini-cli -y
$npx agentmd-cli init && npx agentmd-cli link --agent=gemini

VS Code

Writes copilot-instructions.md

Or add it by hand: MCP: Add Server from the command palette, choose HTTP, and paste this URL.

https://agent-dot-md.vercel.app/api/mcp

Skills and standards

$npx skills@latest add Aaditya1273/Agent.md -a github-copilot -y
$npx agentmd-cli init && npx agentmd-cli link --agent=copilot

Antigravity IDE

Writes AGENTS.md

Add it by hand: open the MCP store from the agent panel, manage servers, and add this URL as a new server.

https://agent-dot-md.vercel.app/api/mcp

Skills and standards

$npx skills@latest add Aaditya1273/Agent.md -a antigravity -y
$npx agentmd-cli init && npx agentmd-cli link --agent=agents

Antigravity CLI

Writes AGENTS.md

Add it by hand: register this URL as an HTTP MCP server in the CLI's MCP configuration.

https://agent-dot-md.vercel.app/api/mcp

Skills and standards

$npx skills@latest add Aaditya1273/Agent.md -a antigravity-cli -y
$npx agentmd-cli init && npx agentmd-cli link --agent=agents