MCP Server

Connect Claude Code, Cursor, and other AI clients directly to this documentation site
View as Markdown

Introduction

This documentation site runs its own Model Context Protocol (MCP) server, so an AI coding assistant can query these docs directly instead of guessing from stale training data. Ask it how to configure SSO, wire up a Git provider, or troubleshoot a deploy preview, and it can pull the answer straight from these pages.

The server is available at:

https://docs.knapsack.cloud/_mcp/server

This MCP server exposes the content of this documentation site. It’s a different thing from the Knapsack MCP, which connects AI tools to your own workspace’s design tokens, components, and docs.


Connect to your MCP server

For Claude Code and Cursor, page-action buttons at the top of every page connect in one click:

  • Connect to Claude Code copies a claude mcp add command to your clipboard.
  • Connect to Cursor opens Cursor with the server URL pre-filled.

For any other MCP client — Claude Desktop, Windsurf, VS Code, and so on — add the server URL directly to your MCP configuration.

1

Copy the server URL

https://docs.knapsack.cloud/_mcp/server

2

Register it with your client

For a CLI client like Claude Code:

Terminal
$claude mcp add --transport http knapsack-docs https://docs.knapsack.cloud/_mcp/server

For clients with a UI, paste the server URL into your MCP server settings and give it a name, like knapsack-docs.

3

Ask it something

“How do I configure single sign-on for my Knapsack workspace?”


Other ways to access these docs

If your tool doesn’t support MCP, every page here is also available as clean Markdown — see llms.txt.