Install
              Select a method below to install the server.
            
          https://chat.autobound.ai/mcp/v3
          
            If you have a client that's not listed above, access the raw MCP
            configuration below. Check out
            
              the troubleshooting documentation
            
            for more help.
          
          {
  "command": "npx",
  "args": [
    "mcp-remote",
    "https://chat.autobound.ai/mcp/v3",
    "--header",
    "Mcp-Generate-Content-Api-Key-Auth:${MCP_GENERATE_CONTENT_API_KEY_AUTH}"
  ],
  "env": {
    "MCP_GENERATE_CONTENT_API_KEY_AUTH": "<your-value-here>"
  }
}
          