Note Cargo

MCP Server

Connect Note Cargo into Claude AI via MCP Server. So you can search, get, or update your notes using natural language.

To enable simply go to Setting > Enable MCP. Currently only support Streamable HTTP.

Claude Claude Web

To connect Note Cargo MCP Server to Claude Desktop, you need to add the server configuration to your Claude Desktop config file.

Step 1: Get your MCP endpoint

https://your-domain.com/mcp.php

Go to Setting > Enable MCP in Note Cargo and copy your Streamable HTTP endpoint URL.

Step 2: Add Connector

https://your-domain.com/mcp.php

Go to https://claude.ai/settings/connectors, click Add Custom Connector, and paste your MCP endpoint URL.

Step 3: Authorize

Follow the authorization flow to grant Claude access to your Note Cargo instance.

OpenCode OpenCode

OpenCode supports MCP servers via configuration. Follow these steps to connect Note Cargo.

Step 1: Get your MCP endpoint

https://your-domain.com/mcp.php

Go to Setting > Enable MCP in Note Cargo and copy your Streamable HTTP endpoint URL.

Step 2: Add MCP server to OpenCode

nano ~/.config/opencode/opencode.json
{
  "mcp": {
    "note-cargo": {
      "type": "remote",
      "url": "https://notes.huedaya.com/mcp.php"
    }
  }
}

Open your OpenCode configuration file and add the MCP server block above.

Step 3: Authenticate

opencode mcp auth note-cargo

Run the command above to authenticate with Note Cargo.

Others

Any MCP client that supports Streamable HTTP can connect to Note Cargo.

Step 1: Get your MCP endpoint

https://your-domain.com/mcp.php

Go to Setting > Enable MCP in Note Cargo and copy your Streamable HTTP endpoint URL.

Step 2: Configure your client

  • Protocol: Streamable HTTP
  • URL: https://your-domain.com/mcp.php
  • Authentication: None required (session-based)

Use the settings above in your MCP client.

Tip: If your client only supports stdio or SSE transports, you may need a proxy or bridge to convert to Streamable HTTP.