Skip to main content

AI Editors Integration

AgentMark is compatible with a variety of AI-powered code editors. AI Editors

Getting Started

When you run npm create agentmark@latest, you will be prompted to select an AI code editor. We’ll automatically provide the necessary configuration for your editor. Once you’ve finished, you’ll be able to create/update AgentMark files directly from your AI chat interfaces.

Manual Setup

Add the following configuration to your AI code editor settings:
{
  "mcpServers": {
    "agnetmark-docs": {
      "url": "https://docs.agentmark.co/mcp"
    }
  }
}