wellworn

Warp

Adding the server from Warp's MCP servers page, and where its tool list lives.

Warp keeps MCP servers in Settings, Agents, MCP servers. The + Add button offers two shapes, and the one to pick is Streamable HTTP or SSE Server (URL). Warp then asks for a JSON object keyed by the server name.

Without a key

Warp MCP server definition
{
  "wellworn": {
    "url": "https://mcp.wellworn.dev/mcp"
  }
}

With a key

Warp MCP server definition
{
  "wellworn": {
    "url": "https://mcp.wellworn.dev/mcp",
    "headers": {
      "Authorization": "Bearer ww_your_key"
    }
  }
}

Confirm it works

Servers are started and stopped from the MCP servers page, and each running server shows its tools and resources there. Wellworn's eight are recommend, compare, alternatives, traps, skill, design, docs and submit_trap.

What breaks

A registered server is not a running one. Warp lists it either way, so check the Start and Stop control on the MCP servers page before assuming the agent can see the tools.

Verified 2026-09-08 against docs.warp.dev