Mordn MCP server
Run Mordn from your coding agent.
Connect once, then let Claude Code, Cursor, Windsurf, VS Code, or Claude Desktop create, configure, publish, and install your Mordn agents without a dashboard round-trip.
Connect
$ claude mcp add --transport http mordn https://www.mordn.com/mcpThen ask
Add a Mordn agent to this app that answers questions from our documentation and matches the existing product.
Agent
Created
Config
Published
Install
Ready
One connection
Your coding agent can operate the whole setup.
The MCP server exposes the same owned Mordn resources you manage in the dashboard, through authenticated tools designed for the development workflow.
Create and publish
Define the model, instructions, layout, features, and runtime, then publish a working first version.
Add knowledge
Ingest a page, sitemap, llms.txt file, crawl, or raw text so answers can cite the source.
Mint the right key
Create a server key or configure direct hosted mode, then place the credential in the correct environment.
Install in your stack
Generate the route and component for Next.js, Vite, Remix, or Express with the right authentication shape.
Update safely
Read the published configuration, apply a validated patch, publish a new version, and keep rollback available.
Check the result
List agents, inspect publication state, and confirm real conversation counts after the first message.
Connect
Add one remote server.
The first Mordn tool call opens your browser. Sign in once; every tool call after that is scoped to your account and the agents you own.
Claude Code
claude mcp add --transport http mordn https://www.mordn.com/mcpCursor
{ "mcpServers": { "mordn": { "url": "https://www.mordn.com/mcp" } } }VS Code
MCP: Add Server → HTTP → https://www.mordn.com/mcpPrefer a complete client-specific guide?
The docs include Cursor, Windsurf, VS Code, and Claude Desktop configuration.