Skip to main content
Connect documentation MCP servers to your IDE so AI assistants can search docs while helping you code.
https://docs.notte.cc/mcp

Vibe Setup

Open command palette → “Open MCP settings” → add to mcp.json:
{
  "mcpServers": {
    "notte-docs": {
      "url": "https://docs.notte.cc/mcp"
    }
  }
}

Project Configuration

Commit a .mcp.json file to share with your team:
{
  "mcpServers": {
    "notte-docs": {
      "url": "https://docs.notte.cc/mcp"
    }
  }
}