Skip to content

MCP servers

MCP — the Model Context Protocol — exposes external tools to agents.

Register an MCP server

const { data: server } = await client.mcp.create({
body: {
slug: "linear",
name: "Linear",
mcpServerUrl: "https://mcp.example.com/linear",
auth: "none",
},
})