Windsurf

Windsurf supports remote MCP servers through its MCP config file.

Open the MCP config

Edit:

~/.codeium/windsurf/mcp_config.json

Add the UserJot server

Add this configuration:

{
  "mcpServers": {
    "userjot": {
      "serverUrl": "https://api.userjot.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer ${env:USERJOT_API_TOKEN}"
      }
    }
  }
}

Windsurf supports variable interpolation in MCP config values, which makes environment variables the safest place to store your token.

Set your token

Set USERJOT_API_TOKEN in your environment before starting Windsurf.

Restart and verify

Restart Windsurf after updating the config, then open the MCP panel and confirm the userjot server is available.

If it does not connect, check:

  • the JSON is valid
  • the token environment variable is set
  • the token is still active in UserJot
  • the config file is in the expected Windsurf path