Skip to main content
The AgentMark docs MCP (agentmark-docs) is a remote Model Context Protocol server that lets your editor’s AI query AgentMark documentation, so it can create and update .prompt.mdx files, datasets, and config directly from your chat interface using current guidance instead of memory. It’s one of several ways to connect a coding agent to AgentMark; the agent skill complements it with workflows and conventions, and the gateway MCP drives the live API. The animation shows an AI code editor with the AgentMark docs MCP configured: the user asks the assistant to create a prompt, and the assistant authors a valid .prompt.mdx file using patterns it pulled from the docs MCP.

Manual setup

npm create agentmark@latest registers this server for you. To add it by hand, drop the following into your AI code editor settings:
{
  "mcpServers": {
    "agentmark-docs": {
      "url": "https://docs.agentmark.co/mcp"
    }
  }
}

Coding agents

How the skill, docs MCP, and gateway MCP fit together

Agent skill

The workflows and conventions your agent follows

Gateway MCP

Drive the full AgentMark API from your editor

Quickstart

Bootstrap a project with npm create agentmark

Have questions?

Reach out any time: