Skip to content
AGNT
All stack tools
IDE agent

Claude Code + AGNT

Anthropic's agent-native coding CLI with first-class MCP support.

Official source

What it is

Claude Code is Anthropic's official terminal-native coding agent. It runs as a CLI that understands your project, edits files, runs commands, and uses tools — with MCP as the default mechanism for exposing external capabilities to the agent.

The abstraction that matters: skills (reusable prompt + instruction bundles), MCP clients (plug any MCP server into the agent), hooks (automation on tool calls), and a clean permissions model so the agent asks before doing anything irreversible.

Where AGNT fits

  • AGNT exposes user memory, wiki, knowledge graph, and venue search as an MCP server at `/mcp/sse`. Point Claude Code at it and your coding agent inherits the full AGNT context layer as native tools — no wrapper code, no schema translation.
  • AGNT skills become Claude Code skills (and vice versa). The soul loader's 17-key structural memory forwards cleanly into a Claude Code skill bundle, so a skill you author once runs in both surfaces without rewriting.
  • Fleet adapters in AGNT speak the same narrow interface Claude Code uses for tool calling. If you already run AGNT's `claude_local` adapter, you can point a Claude Code session at an AGNT fleet and share the same model gateway, budget cap, and backpressure semaphore.

Integration recipes

Prompts & playbooks

Latest signals

Links

Compose, don't compete.

AGNT plugs into the tools you already trust. See what else it composes with.